bake.php File Reference
Go to the source code of this file.
Namespaces | |
| namespace | cake |
Classes | |
| class | Bake |
Enumerations | |
| enum | APP_DIR |
| enum | DEBUG |
| enum | DS |
Variables | |
| $app = null | |
| $core = null | |
| $help = null | |
| $here = $argv[0] | |
| $pathArray = explode(DS, $shortPath) | |
| $pattyCake = new Bake() | |
| $project = null | |
| $root = dirname(dirname(dirname(__FILE__))) | |
| $rootDir = str_replace(DS.DS, DS, $rootDir) | |
| $shortPath = str_replace(DS.DS, DS, $shortPath) | |
| $shortPath = str_replace('..'.DS, '', $shortPath) | |
Enumeration Type Documentation
Variable Documentation
| $help = null |
Definition at line 43 of file bake.php.
Referenced by Bake::bakeController(), and Bake::doController().
| $shortPath = str_replace('..'.DS, '', $shortPath) |