Changeset 210 for trunk/trax/vendor/trax/active_record.php
- Timestamp:
- 05/29/06 01:36:55 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/active_record.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/active_record.php
r203 r210 2017 2017 * 2018 2018 * The name of the database normally comes from 2019 * $GLOBALS['TRAX_DB_SETTINGS']which is set in {@link2019 * Trax::$database_settings which is set in {@link 2020 2020 * environment.php} by reading file config/database.ini. The 2021 2021 * database name may be overridden by assigning a different name … … 2023 2023 * 2024 2024 * If there is a connection now open, as indicated by the saved 2025 * value of a DB object in $GLOBALS['ACTIVE_RECORD_DB'], and2025 * value of a DB object in Trax::$active_record_connections[$connection_name], and 2026 2026 * {@link force_reconnect} is not true, then set the database 2027 2027 * fetch mode and return. 2028 2028 * 2029 2029 * If there is no connection, open one and save a reference to 2030 * it in $GLOBALS['ACTIVE_RECORD_DB'].2030 * it in Trax::$active_record_connections[$connection_name]. 2031 2031 * 2032 2032 * @uses $db
