Changeset 204 for trunk/trax/vendor/trax/trax.php
- Timestamp:
- 05/26/06 04:47:50 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/trax.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/trax.php
r201 r204 52 52 $views_extension = 'phtml', 53 53 $path_seperator = ":", # default is Unix 54 $active_record_connection = null,54 $active_record_connections = array(), 55 55 $current_controller_path = null, 56 56 $current_controller_name = null, … … 95 95 # Load databse settings 96 96 self::$database_settings = parse_ini_file(self::$config_path."/database.ini",true); 97 97 98 98 # Set the include_path 99 99 ini_set("include_path",
