Changeset 275
- Timestamp:
- 01/22/07 04:21:54 (5 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/active_record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/active_record.php
r274 r275 164 164 * Stores the active connections. Indexed on $connection_name. 165 165 */ 166 p rotectedstatic $active_connections = array();166 public static $active_connections = array(); 167 167 168 168 /**
