abstract public execute () ...
public setVar (mixed $key, mixed $value) Set a single view parameter $this->view->setVar('products', $products);
public close () Closes the active connection returning success. Phalcon automatically closes and destroys active connections when the request ends
public getChangedFields () Returns a list of changed values
public tableOptions (mixed $table, [mixed $schema]) Generates the SQL to describe the table creation options
public setConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets both write and read connection service for a model
public serialize () Serializes the object ignoring connections or protected properties
public validate (Phalcon\Validation $validation, mixed $field) Executes the validation
public addInherit (mixed $roleName, mixed $roleToInherit) Do a role inherit from another existing role
public static __set_state (array $data) Restore a \Phalcon\Http\Response\Headers object
Page 181 of 382