public setHeader (mixed $name, mixed $value) Overwrites a header in the response $response->setHeader("Content-Type", "text/plain");
public affectedRows () Returns the number of affected rows by the lastest INSERT/UPDATE/DELETE executed in the database system $connection->execute("DELETE FROM robots"); echo $connection->affectedRows(), ' were deleted';
abstract public getSQLStatement () ...
abstract public __set (mixed $property, mixed $value) ...
public info (mixed $message, [array $context]) Sends/Writes an info message to the log
abstract public getRoles () ...
public save ([mixed $file], [mixed $quality]) Save the image
public getWriteConnection (Phalcon\Mvc\ModelInterface $model) Returns the connection to write data related to a model
abstract public getData () ...
abstract public getRelationByAlias (mixed $modelName, mixed $alias) ...
Page 105 of 382