summaryrefslogtreecommitdiff
path: root/framework/Data
AgeCommit message (Collapse)Author
2006-02-06added getRaw and setRaw method, if you need to store/retrieve value which ↵alban
are not object, and do not need to serialize. Prado need the Cache to deal with serialization due to implementation, perhaps it should be a responsability to prado to (un/)serialized object prior to call the caching module ? So get/setRaw method will allow user to store mainly array wihtout bothering and addind overhead due to serialization. setRaw still test for is_object to deal with serialization.
2006-02-05Added Upgrading tutorial page.xue
2006-02-02added missing page level and class level docblocksknut
2006-01-31Delete the backward compatibility notice about timestamp expiry.alban
2006-01-31Updated TAPCCache for serializing objectalban
2006-01-31Modified TList and TMap implementation so that they can be more easily extended.xue
2006-01-30Added TAPCCache.xue
2006-01-30Add Tar file extractor to publish tar file assets (e.g. tiny_mce).wei
2006-01-29Adding TDateTimeSimpleFormatterwei
2006-01-05(no commit message)xue
2005-12-29Changed module init() method signature.xue
2005-12-28Modified the way to access application singleton.xue
IService and IModule interfaces are also adjusted accordingly.
2005-12-23Implemented new page storage method.xue
2005-12-21DbFile property is now optional.xue
2005-12-16Fixed the name of TConfigurationException.xue
2005-12-15(no commit message)xue
2005-12-07(no commit message)xue
2005-11-19(no commit message)xue
2005-11-19(no commit message)xue
2005-11-17Modified how errors are handled.xue
2005-11-16Key modules are now using registered to application rather than using ↵xue
reserved module names.
2005-11-11Modified TXmlDocument::loadFromFile and loadFromString so that they return ↵xue
parsing status.
2005-11-10Initial import of prado frameworkxue