public long increment ([string $keyName], [mixed $value]) Increment of given $keyName by $value
public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing a table print_r($connection->describeColumns("posts"));
public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints
public beforeStore (mixed $data) Serializes data before storing them
public callActionMethod (mixed $handler, mixed $actionMethod, [array $params]) ...
public addConnect (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is CONNECT
public static string dateField (array $parameters) Builds a HTML input[type=”date”] tag echo Phalcon\Tag::dateField(array("born", "value" => "14-12-1980"))
public __get (mixed $key) Magic method to retrieve a variable passed to the view echo $this->view->products;
public setType (mixed $type) Sets message type
public dropResourceAccess (mixed $resourceName, array | string $accessList) Removes an access from a resource
Page 265 of 382