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
public dropForeignKey (mixed $tableName, mixed $schemaName, mixed $referenceName) Generates SQL to delete a foreign key from a table
public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName]) Generates the SQL to get query list of indexes print_r($dialect->listIndexesSql("blog"))
public mixed getDefinition () Returns the service definition
public getModelSchema (Phalcon\Mvc\ModelInterface $model) Returns the mapped schema for a model
public getLifetime () ...
Page 122 of 382