Forms\Form::isValid

public isValid ([array $data], [object $entity]) Validates the form

Cache\Backend\Redis::save

public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend

Db::FETCH_GROUP

integer FETCH_GROUP

Dispatcher::setParam

public setParam (mixed $param, mixed $value) Set a param by its name or numeric index

Db\Dialect\Mysql::tableExists

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a schema.table echo $dialect->tableExists("posts", "blog"); echo $dialect->tableExists("posts");

Image\AdapterInterface::sharpen

abstract public sharpen (mixed $amount) ...

Application::setEventsManager

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the events manager

Mvc\Model\Transaction

implements Phalcon\Mvc\Model\TransactionInterface Source on GitHub Transactions are protective blocks where SQL statements are only permanent if they can all succeed as one atomic action. Phalcon\Transaction is intended to be used with Phalcon_Model_Base. Phalcon Transactions should be created using Phalcon\Transaction\Manager. try { $manager = new \Phalcon\Mvc\Model\Transaction\Manager(); $transaction = $manager->get(); $robot = new Robots(); $robot->setTransaction($transactio

Db\ColumnInterface

Source on GitHub Methods abstract public getSchemaName () ... abstract public getName () ... abstract public getType () ... abstract public getTypeReference () ... abstract public getTypeValues () ... abstract public getSize () ... abstract public getScale () ... abstract public isUnsigned () ... abstract public isNotNull () ... abstract public isPrimary () ... abstract public isAutoIncrement () ... abstract public isNumeric () ... abstract public isFirst () ... abstract public getAfterPosition

Db\Profiler::reset

public reset () Resets the profiler, cleaning up all the profiles