I love this phparmory class! I have setup, for my guild, a roster page of all the people in the guild with other information. One of the things I have right now is anyone with revered status in the 5 major heroic areas it displays that they are keyed for that instance.
I have made sure everything works and it does, except for the the fact that as soon as I start using the cache feature the reputation seems to disappear so I lose this column of information. I checked into the cached files and there is nothing in those files with reputation.
Would anyone know how to add this to the cached files so that I do not need to grab that information each time someone looks at this roster as I am having to leave the caching off for this column to show correctly. Thanks.
sbbe83
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I love this phparmory class! I have setup, for my guild, a roster page of all the people in the guild with other information. One of the things I have right now is anyone with revered status in the 5 major heroic areas it displays that they are keyed for that instance.
I have made sure everything works and it does, except for the the fact that as soon as I start using the cache feature the reputation seems to disappear so I lose this column of information. I checked into the cached files and there is nothing in those files with reputation.
Would anyone know how to add this to the cached files so that I do not need to grab that information each time someone looks at this roster as I am having to leave the caching off for this column to show correctly. Thanks.
sbbe83
It also is not saving the Talents, Skills and Talent tree.
My solution was to modify the code to save the array rather than the xml.
You can get my modified version here: http://www.tribeofelders.com/files/mod_phpArmoryCache.class.zip
correction you may get it here: http://www.ebeforethei.com/filemgmt/visit.php?lid=15
That worked perfect! Thank you!