abstract public getWhere () ...
abstract public getSQLBindTypes () ...
public isSecure () Checks whether request has been made using any secure layer
public getViewsDir () Gets views directory
abstract public getDescriptor () ...
public missingMethod (Phalcon\Mvc\ModelInterface $model, mixed $eventName, mixed $data) Dispatch an event to the listeners and behaviors This method expects that the endpoint listeners/behaviors returns true meaning that a least one was implemented
public load (mixed $modelName, [mixed $newInstance]) Loads a model throwing an exception if it doesn’t exist
abstract public tableOptions (mixed $tableName, [mixed $schemaName]) ...
public limit ([mixed $limit], [mixed $offset]) Sets a LIMIT clause, optionally an offset clause $builder->limit(100); $builder->limit(100, 20);
public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector
Page 121 of 382