Mvc\Model::OP_CREATE

integer OP_CREATE

Mvc\View\Simple

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewBaseInterface Source on GitHub This component allows to render views without hierarchical levels use Phalcon\Mvc\View\Simple as View; $view = new View(); // Render a view echo $view->render('templates/my-view', ['some' => $param]); // Or with filename with extension echo $view->render('templates/my-view.volt', ['parameter' => $here]

Image::PRECISE

integer PRECISE

Db\Dialect\Sqlite::modifyColumn

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

Db\ColumnInterface::getType

abstract public getType () ...

Mvc\Model::fireEventCancel

public fireEventCancel (mixed $eventName) Fires an event, implicitly calls behaviors and listeners in the events manager are notified This method stops if one of the callbacks/listeners returns boolean false

Cache\Frontend\None::getLifetime

public getLifetime () Returns cache lifetime, always one second expiring content

Mvc\Model\CriteriaInterface::sharedLock

abstract public sharedLock ([mixed $sharedLock]) ...

Crypt::decryptBase64

public decryptBase64 (mixed $text, [mixed $key], [mixed $safe]) Decrypt a text that is coded as a base64 string

Events\Manager::fireQueue

final public mixed fireQueue (SplPriorityQueue | array $queue, Phalcon\Events\Event $event) Internal handler to call a queue of events