Changeset 1237 for trunk/src/database/AgaviPropelDatabase.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/database/AgaviPropelDatabase.class.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/database/AgaviPropelDatabase.class.php
r1189 r1237 75 75 /** 76 76 * Stores whether a Propel configuration file path has been explicitly set 77 * as default for use with Propel::init() in database. ini77 * as default for use with Propel::init() in database.xml 78 78 * 79 79 * @var bool A flag indicating whether a default config path was set. … … 85 85 /** 86 86 * Returns the path to the config file that is passed to Propel::init() when 87 * PropelAutoload.php is used in autoload. ini87 * PropelAutoload.php is used in autoload.xml 88 88 * 89 89 * @return mixed The path if one has been set, otherwise null … … 99 99 /** 100 100 * Sets the path to the config file that is passed to Propel::init() when 101 * PropelAutoload.php is used in autoload. ini101 * PropelAutoload.php is used in autoload.xml 102 102 * 103 103 * @param string The path to the configuration file … … 117 117 /** 118 118 * Returns whether a Propel configuration file path has been explicitly set 119 * as default for use with Propel::init() in database. ini119 * as default for use with Propel::init() in database.xml 120 120 * 121 121 * @return bool true, if a Propel configuration file path has explicitely 122 * been set as default in database.ini, otherwise false122 * been set as default in database.ini, otherwise false 123 123 * 124 124 * @author David Zuelke <dz@bitxtender.com> … … 132 132 /** 133 133 * Sets a flag indicating a Propel configuration file path has been 134 * explicitly set as default for use with Propel::init() in database. ini134 * explicitly set as default for use with Propel::init() in database.xml 135 135 * 136 136 * @author David Zuelke <dz@bitxtender.com> … … 144 144 /** 145 145 * Connect to the database. 146 * This method is used only if param.use_autoloadis false146 * This method is used only if the <kbd>use_autoload</kbd> parameter is false 147 147 * 148 148 * … … 204 204 * @return mixed A database connection. 205 205 * 206 * @throws <b>AgaviDatabaseException</b> If a connection could not be retrieved. 206 * @throws <b>AgaviDatabaseException</b> If a connection could not be 207 * retrieved. 207 208 * 208 209 * @author Sean Kerr <skerr@mojavi.org> … … 241 242 * Load Propel config 242 243 * 244 * @param AgaviDatabaseManager The database manager of this instance. 243 245 * @param array An associative array of initialization parameters. 244 246 * … … 302 304 /** 303 305 * Get the path to the Propel config file for this connection which has been 304 * specified in databases. ini.306 * specified in databases.xml. 305 307 * 306 308 * @return string The path to the Propel configuration file … … 317 319 * Execute the shutdown procedure. 318 320 * 319 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 321 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 320 322 * down this database. 321 323 *

