Changeset 2939
- Timestamp:
- 05/29/10 01:47:35 (21 months ago)
- Location:
- trunk/gui/include/IspCP/ConfigHandler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/include/IspCP/ConfigHandler/Db.php
r2938 r2939 83 83 84 84 /** 85 * Variable bound to parameter ofthe PDOStatement objects85 * Variable bound to the PDOStatement objects 86 86 * 87 87 * The value of this variable is bound to the PDOStatement that are used by … … 146 146 } 147 147 148 $this->_db = $param('d atabase');148 $this->_db = $param('db'); 149 149 150 150 // Overrides the database table name for configuration parameters … … 232 232 * Store a new configuration parameter in the database 233 233 * 234 * @throw Exception234 * @throws Exception 235 235 * @return void 236 236 */ … … 262 262 * Update a configuration parameter in the database 263 263 * 264 * @throw Exception264 * @throws Exception 265 265 * @return void 266 266 */ -
trunk/gui/include/IspCP/ConfigHandler/File.php
r2938 r2939 80 80 * {@link IspCP_ConfigHangler::parameters} array. 81 81 * 82 * @throw Exception82 * @throws Exception 83 83 * @return Configuration parameters 84 84 */
Note: See TracChangeset
for help on using the changeset viewer.
