Age | Commit message (Collapse) | Author |
|
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
|
|
|
|
|
|
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not work
|
|
|
|
|
|
true, not just 1.
|
|
the following: (string) 'true' == (bool) true,(string) '1' == (bool) true,(int) 1 == (bool) true,(bool) true == (bool) true, (string) 'false' == (bool) false,(string) '0' == (bool) false,(int) 0 == (bool) false,(bool) false == (bool) false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed event definition from XXX to OnXXX.
|
|
|
|
length of parameters as valid enumeration values.
|
|
IService and IModule interfaces are also adjusted accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
into array("aaa","bbb","ccc"). Also added PradoUnitTestCase which is to be finalized shortly.
|
|
|
|
|
|
setSubProperty, respectively.
|
|
|