Changeset 195 for trunk/trax/data
- Timestamp:
- 04/03/06 16:27:26 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/data/config/environment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/data/config/environment.php
r192 r195 171 171 } 172 172 173 ############################################## 174 # Auto include model / controller / other app specific libs files 175 ############################################## 173 /** 174 * Automatically load a file containing a specified class 175 * 176 * Given a class name, derive the name of the file containing that 177 * class then load it. 178 * @param string class_name Name of the class required 179 */ 176 180 function __autoload($class_name) { 177 181 $file = Inflector::underscore($class_name).".php";
