summaryrefslogtreecommitdiff
path: root/framework/Util/TParameterModule.php
AgeCommit message (Collapse)Author
2010-04-18TComponent- adds a blank __construct function to unify the constructor call ↵javalizard
path for all objects. TApplication- Adds final attribute to the parameters in the config so folder config.xml cannot override if set to true. Adds a mergeParameter function to unify parameter setting. Fixed a bug where loadParametersPhp wasn't getting the properties correctly. TControl- calls the parent::__construct, Adds render blocking. (the PRADO class using this will be added in a week or two) TParameterModule- Adds final attribute to the parameter option so folder configs cannot override if set to true. Uses the application mergeParameter function. Adds final to the php parameter loader
2008-12-27Issue 83 - TParameterModulecarlgmathisen
2008-12-26tparametermodule docscarlgmathisen
2008-12-26fixed the caching bugcarlgmathisen
2008-12-07work on php style configurationcarlgmathisen
2008-12-03Merge from trunkchristophe.boulain
2008-07-30updated copyrightknut
2008-01-11TParameterModule added caching supportxue
2006-09-08merge from 3.0 branch till 1397.xue
2006-04-02Added TParameterModule.xue