Application::handle

abstract public handle () Handles a request

Db\Adapter\Pdo::convertBoundParams

public convertBoundParams (mixed $sql, [array $params]) Converts bound parameters such as :name: or ?1 into PDO bind params ? print_r($connection->convertBoundParams('SELECT * FROM robots WHERE name = :name:', array('Bender')));

Queue\Beanstalk::reserve

public reserve ([mixed $timeout]) Reserves/locks a ready job from the specified tube.

Logger\Multiple

Source on GitHub Handles multiples logger handlers Methods public getLoggers () ... public getFormatter () ... public getLogLevel () ... public push (Phalcon\Logger\AdapterInterface $logger) Pushes a logger to the logger tail public setFormatter (Phalcon\Logger\FormatterInterface $formatter) Sets a global formatter public setLogLevel (mixed $level) Sets a global level public log (mixed $type, [mixed $message], [array $context]) Sends a message to each registered logger public critical (mixed $m

Mvc\Model\MetaData\Strategy\Introspection::getColumnMaps

final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred

Db\AdapterInterface::viewExists

abstract public viewExists (mixed $viewName, [mixed $schemaName]) ...

Cache\Frontend\Output::start

public start () Starts output frontend. Currently, does nothing

Mvc\View::exists

public exists (mixed $view) Checks whether view exists

Db\Dialect\Postgresql::modifyColumn

public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) Generates SQL to modify a column in a table

Session\Adapter::setId

public setId (mixed $id) Set the current session id $session->setId($id);