Changeset 298 for trunk/trax/vendor/trax/trax.php
- Timestamp:
- 07/30/08 05:19:04 (4 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/trax.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/trax.php
r294 r298 53 53 $vendor_path = null, 54 54 $public_path = null, 55 $tmp_path = null, 55 56 $url_prefix = null, 56 57 $views_extension = 'phtml', … … 60 61 $current_action_name = null, 61 62 $current_controller_object = null, 63 $session_store = "file_store", 64 $session_class_name = "ActiveRecordStore", 65 $session_save_path = "", 66 $session_name = "TRAXSESSID", 67 $session_lifetime = "0", 68 $session_maxlifetime_minutes = "20", 62 69 $version = null; 63 70 … … 83 90 self::$log_path = TRAX_ROOT."/log"; 84 91 self::$vendor_path = TRAX_ROOT."/vendor"; 85 self::$public_path = TRAX_ROOT."/public"; 92 self::$public_path = TRAX_ROOT."/public"; 93 self::$tmp_path = TRAX_ROOT."/tmp"; 86 94 87 95 # Set which file to log php errors to for this application
