public isValid ([array $data], [object $entity]) Validates the form
public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend
integer FETCH_GROUP
public setParam (mixed $param, mixed $value) Set a param by its name or numeric index
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");
abstract public sharpen (mixed $amount) ...
public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the events manager
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
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
public reset () Resets the profiler, cleaning up all the profiles
Page 231 of 382