DbConfigTask Class Reference
Inheritance diagram for DbConfigTask:

Public Member Functions | |
| bake ($configs) | |
| execute () | |
| initialize () | |
Public Attributes | |
| $path = null | |
Detailed Description
Definition at line 38 of file db_config.php.
Member Function Documentation
| DbConfigTask::bake | ( | $ | configs | ) |
Assembles and writes database.php
- Parameters:
-
array $configs Configuration settings to use
- Returns:
- boolean Success public
Definition at line 257 of file db_config.php.
References $config, $filename, $out, Shell::createFile(), and Shell::err().
| DbConfigTask::execute | ( | ) |
Execution method always used for tasks
public
Definition at line 71 of file db_config.php.
References Object::_stop().
| DbConfigTask::initialize | ( | ) |
Member Data Documentation
| DbConfigTask::$path = null |
Definition at line 45 of file db_config.php.
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/console/libs/tasks/db_config.php