summaryrefslogtreecommitdiff
path: root/framework/TComponent.php
AgeCommit message (Collapse)Author
2006-01-21(no commit message)xue
2006-01-01Enhanced TPropertyValue::ensureEnum() method so that it can take variable ↵xue
length of parameters as valid enumeration values.
2005-12-28Modified the way to access application singleton.xue
IService and IModule interfaces are also adjusted accordingly.
2005-12-19Added detachEventHandler.xue
2005-12-17Changed TList::addAt to TList::insertxue
2005-12-06(no commit message)xue
2005-11-17(no commit message)xue
2005-11-17Fixed a problem with converting a string to an array.xue
2005-11-17Updated TPropertyValue so ensureArray parses a string like "(aaa,bbb,ccc)" ↵alex
into array("aaa","bbb","ccc"). Also added PradoUnitTestCase which is to be finalized shortly.
2005-11-13added support to static member event handlerxue
2005-11-12Changed how string is converted to boolean.xue
2005-11-11Changed getPropertyByPath and setPropertyByPath to getSubProperty and ↵xue
setSubProperty, respectively.
2005-11-10Initial import of prado frameworkxue