public
|
|
protected
|
#
init( )
Initialization (supplementary) method
Initialization (supplementary) method
|
protected
mixed
|
|
public
string
|
#
json( array $array, boolean $return = false )
Parameters
Returns
string
|
public
string
|
#
js( string|array $script, boolean $wrap = false )
Using javascript
Parameters
Returns
string
|
public
string
|
#
javascript( string|array $script, boolean $wrap = false )
Alias js() method
Parameters
Returns
string
|
public
|
#
printr( mixed $array )
Using pre format tag formatted printing array
Using pre format tag formatted printing array
Parameters
|
public
string
|
#
console( string $message, string $type = "log" )
Like/Using javascript console object
Like/Using javascript console object
Parameters
Returns
string
|
public
string
|
#
gotoURL( string $url, boolean $base = true )
Using javascript location.href go to url
Using javascript location.href go to url
Parameters
Returns
string
|
protected
mixed
|
#
config( string $name )
Application (re)configure
Application (re)configure
Parameters
Returns
mixed
|
protected
|
#
redirect( string $path )
Redirect controller
Parameters
|
protected
|
#
render( string $tpl, array $data = [], string $suffix,… )
Override \Slim\Slim::render method on controller
Override \Slim\Slim::render method on controller
Parameters
|
protected
|
|
protected
string
|
|
public
mixed
|
#
__get( $name )
Getter
Parameters
Returns
mixed
|
public
mixed
|
#
__call( $method, $args )
Member method overloading
Member method overloading
Parameters
Returns
mixed
|
public static
mixed
|
#
__callStatic( $method, $args )
Static member method overloading
Static member method overloading
Parameters
Returns
mixed
|