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

enum APP_DIR

Definition at line 107 of file bake.php.

enum DEBUG

Definition at line 108 of file bake.php.

enum DS

Definition at line 32 of file bake.php.


Variable Documentation

$app = null

Definition at line 39 of file bake.php.

$core = null

Definition at line 41 of file bake.php.

$help = null

Definition at line 43 of file bake.php.

Referenced by Bake::bakeController(), and Bake::doController().

$here = $argv[0]

Definition at line 42 of file bake.php.

$pathArray = explode(DS, $shortPath)

Definition at line 91 of file bake.php.

$pattyCake = new Bake()

Definition at line 133 of file bake.php.

$project = null

Definition at line 44 of file bake.php.

$root = dirname(dirname(dirname(__FILE__)))

Definition at line 40 of file bake.php.

$rootDir = str_replace(DS.DS, DS, $rootDir)

Definition at line 99 of file bake.php.

$shortPath = str_replace(DS.DS, DS, $shortPath)

Definition at line 89 of file bake.php.

$shortPath = str_replace('..'.DS, '', $shortPath)

Definition at line 88 of file bake.php.

Referenced by Bake::doView().