BackendPro 0.2 alpha Build 20080413
13th April 2008
A new build has been released to fix some minor problems and also some PHP4 compatibility issues.
- Replaced the use of static $_container in MY_Controller.php to use var $_container. This was due to static only being available in PHP5. Please run a replace command on all your user created files to replace Site_Controller::$_container with $this->_container to use the new variable naming.
- Deprecated _generate_random_string() in Userlib.php to use CodeIgniters string helper function random_string()
- Updated the admin menu view file so the System item would have language support
- Added language support to the application/controllers/admin/settings.php file for defining preference groups
- Removed passing $obj by reference to passing by argument due to issue if allow_call_time_pass_reference is false in INI file, in modules/auth/models/access_control_model.php
- Moved the modules folder into the root dir
Please check out the BackendPro project home page for details.
Posted in BackendPro