| package |
Default |
|---|
__construct( $arguments)
controller(string $name) : boolean
| throws |
|---|
stringName of the controller
boolean
model(string $name, string $primaryKey) : boolean
| throws |
|---|
stringName of the model
stringName of the primary key column
boolean
template(string $name) : boolean
| throws |
|---|
stringPath and name of the template file
boolean
view(string $name) : boolean
| throws |
|---|
stringPath and name of the view file
boolean
arguments : array
| var |
Command line arguments |
|---|
array
appPath : string
| var |
Application full path |
|---|
string