Logger\Multiple::warning

public warning (mixed $message, [array $context]) Sends/Writes a warning message to the log

Db\AdapterInterface::getNestedTransactionSavepointName

abstract public getNestedTransactionSavepointName () ...

Db\Dialect\Mysql::viewExists

public viewExists (mixed $viewName, [mixed $schemaName]) Generates SQL checking for the existence of a schema.view

Tag::prependTitle

public static prependTitle (mixed $title) Prepends a text to current document title

Db\Adapter\Pdo\Sqlite

extends abstract class Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface Source on GitHub Specific functions for the Sqlite database system use Phalcon\Db\Adapter\Pdo\Sqlite; $connection = new Sqlite(['dbname' => '/tmp/test.sqlite']); Methods public connect ([array $descriptor]) This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call it when you need to restore a database connection. public describeColumns (mixed $ta

Http\Request::getRawBody

public getRawBody () Gets HTTP raw request body

EscaperInterface::escapeCss

abstract public escapeCss (mixed $css) ...

Forms\Element\Select::addOption

public this addOption (array $option) Adds an option to the current options

Mvc\Model\Query\Builder::getOrderBy

public string | array getOrderBy () Returns the set ORDER BY clause

Mvc\Model\Transaction\Manager::get

public get ([mixed $autoBegin]) Returns a new \Phalcon\Mvc\Model\Transaction or an already created once This method registers a shutdown function to rollback active connections