acl.php File Reference

Go to the source code of this file.


Namespaces

namespace  cake

Classes

class  AclCLI

Enumerations

enum  APP_DIR
enum  APP_PATH
enum  CAKE_CORE_INCLUDE_PATH
enum  CORE_PATH
enum  DATASOURCE
enum  DEBUG
enum  DS
enum  ROOT

Variables

 $aclCLI = new AclCLI ($command, $args)
 $app = str_repeat('..' . DS, $cnt) . $app
 $app = 'app'
 $args = $serverArgs
 $command = array_shift($serverArgs)
 $core = null
 $dataSource = 'default'
 $here = $argv[0]
 $root = dirname(dirname(dirname(__FILE__)))
 $serverArgs = $argv
 $unset = array()
 $wasted = array_shift($serverArgs)

Enumeration Type Documentation

enum APP_DIR

Definition at line 77 of file acl.php.

enum APP_PATH

Definition at line 89 of file acl.php.

Definition at line 79 of file acl.php.

enum CORE_PATH

Definition at line 90 of file acl.php.

enum DATASOURCE

Definition at line 80 of file acl.php.

enum DEBUG

Definition at line 78 of file acl.php.

enum DS

Enter description here...

Definition at line 33 of file acl.php.

enum ROOT

Definition at line 76 of file acl.php.


Variable Documentation

$aclCLI = new AclCLI ($command, $args)

Definition at line 114 of file acl.php.

$app = str_repeat('..' . DS, $cnt) . $app

Definition at line 74 of file acl.php.

$app = 'app'

Definition at line 40 of file acl.php.

$command = array_shift($serverArgs)

Definition at line 112 of file acl.php.

Referenced by AclCLI::AclCLI().

$core = null

Definition at line 41 of file acl.php.

$dataSource = 'default'

Definition at line 44 of file acl.php.

Referenced by Model::setDataSource().

$here = $argv[0]

Definition at line 43 of file acl.php.

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

Definition at line 42 of file acl.php.

Referenced by NeatArray::threaded().

$serverArgs = $argv

Definition at line 106 of file acl.php.

$unset = array()

Definition at line 45 of file acl.php.

$wasted = array_shift($serverArgs)

Definition at line 111 of file acl.php.