-
Opened against the wrong project. Please delete.
2008-05-19 20:09:07 UTC by gsleblanc
-
To quote PHP:
"Using short tags should be avoided when developing applications or libraries that are meant for redistribution, or deployment on PHP servers which are not under your control, because short tags may not be supported on the target server. For portable, redistributable code, be sure not to use short tags.".
2008-05-19 18:31:19 UTC by gsleblanc
-
Could you make it so that when calling fetchItem it will fetch the character specific item if the character is set in the class?
For example... The item "Willow Belt" shown on WoWHead as ItemID: 6539 has no particular properties if fetched from the armory currently... however if you specify realm and character when calling itemtooltip.xml it will fetch the version of that item being worn by...
2007-10-16 11:54:43 UTC by hades20082
-
poeticdragon committed revision 9 to the phpArmory SVN repository, changing 2 files.
2007-09-06 05:10:12 UTC by poeticdragon
-
poeticdragon committed revision 8 to the phpArmory SVN repository, changing 2 files.
2007-09-04 22:45:15 UTC by poeticdragon
-
poeticdragon committed revision 7 to the phpArmory SVN repository, changing 18 files.
2007-09-03 00:10:44 UTC by poeticdragon
-
I cannot duplicate this bug as of 8/31/07. It may have resolved itself with the armory optimization Blizzard implimented on 8/21/07.
2007-08-31 19:26:09 UTC by poeticdragon
-
Whoops, attached some wrong files.
File Added: ArmoryCache2.zip.
2007-08-30 17:26:21 UTC by mr_mitchell
-
Just as a clarification. The recipe page retrieves the information for each item that my character can create from the armory.
2007-08-30 17:16:09 UTC by mr_mitchell
-
This patch contains a class that extends the normal phpArmory class but has caching capabilities. It comes with a filebased cache, but it should be easy to write your own cache class for DB storage.
I made it because I have a page that has all recipes that my character knows. This page could take anywhere between 2 and 4 minutes to load (yes that long). When the data is cached it takes less...
2007-08-30 17:13:35 UTC by mr_mitchell