public save ([int | string $keyName], [string $content], [long $lifetime], [boolean $stopBuffer]) Stores cached content into the file backend and stops the frontend
public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column) Adds a column to a table
abstract public getForm () ...
public getUploadedFiles ([mixed $onlySuccessful]) Gets attached files as Phalcon\Http\Request\File instances
abstract public setShared (mixed $name, mixed $definition) ...
public setSqlStatement (mixed $sqlStatement) SQL statement related to the profile
public setOptions (array $options) Set Volt’s options
public rightJoin (mixed $model, [mixed $conditions], [mixed $alias]) Adds a RIGHT join to the query $criteria->rightJoin('Robots', 'r.id = RobotsParts.robots_id', 'r');
public boolean delete (int | string $keyName) Deletes a value from the cache by its key
public static underscore (mixed $text) Makes a phrase underscored instead of spaced echo Phalcon\Text::underscore('look behind'); // 'look_behind' echo Phalcon\Text::underscore('Awesome Phalcon'); // 'Awesome_Phalcon'
Page 145 of 382