public stop () Stops the middleware execution avoiding than other middlewares be executed
public set (mixed $index, mixed $value) Sets a session variable in an application context $session->set('auth', 'yes');
abstract public getDescription () ...
public __get (mixed $key) Magic method to retrieve a variable passed to the view echo $this->view->products;
public setPrefix (mixed $prefix) Set a common uri prefix for all the routes in this group
abstract public setTemplateAfter (mixed $templateAfter) ...
integer MODELS_DATE_AT
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing a table print_r($connection->describeColumns("posts"));
integer MODELS_PRIMARY_KEY
abstract public sharedLock (mixed $sqlQuery) ...
Page 176 of 382