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