Donate Share

php.MVC Web Application Framework

File Release Notes and Changelog

Release Name: Beta 0.2.3

Notes:


Changes: Change Log 10.03.2003 Some minor changes and fixes: DispatchAction Fixed: $this->messages->getMessage(...) [L:265] Added: constructor parameter DispatchAction($config='LocalStrings') [L:122] LookupDispatchAction Added: constructor parameter LookupDispatchAction($config='') [L:139] TestLookupDispatchAction Added: An argument to the parent constructor call to specify a string resource to use. Eg: 'LocalStringsTestActions'. [L:63] HttpRequestBase Fixed: if($this->parsed == True) { [L:590] PropertyMessageResources Fixed: $this->messages[$originalKey] = $message [L:157] Modified: function loadLocale(). [L:252] Changed fopen() file handling to use the 'include_path' variable. Note: fopen() does not use the environment path (ClassPath) variable.