Cache\Frontend\Data::beforeStore

public beforeStore (mixed $data) Serializes data before storing them

Db\Adapter::isNestedTransactionsWithSavepoints

public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints

Mvc\Model\MetaData\Memcache::MODELS_DATA_TYPES

integer MODELS_DATA_TYPES

Validation\Validator\ExclusionIn::validate

public validate (Phalcon\Validation $validation, mixed $field) Executes the validation

Assets\Resource::getRealTargetUri

public getRealTargetUri () Returns the real target uri for the generated HTML

Db\Adapter\Pdo\Sqlite::describeColumns

public describeColumns (mixed $table, [mixed $schema]) Returns an array of Phalcon\Db\Column objects describing a table print_r($connection->describeColumns("posts"));

Db\DialectInterface::describeReferences

abstract public describeReferences (mixed $table, [mixed $schema]) ...

Mvc\Collection\Manager::setConnectionService

public setConnectionService (Phalcon\Mvc\CollectionInterface $model, mixed $connectionService) Sets a connection service for a specific model

Db\Profiler\Item::setFinalTime

public setFinalTime (mixed $finalTime) Timestamp when the profile ended

Mvc\Model::cloneResultMap

public static cloneResultMap (Phalcon\Mvc\ModelInterface | Phalcon\Mvc\Model\Row $base, array $data, array $columnMap, [int $dirtyState], [boolean $keepSnapshots]) Assigns values to a model from an array returning a new model. $robot = \Phalcon\Mvc\Model::cloneResultMap(new Robots(), array( 'type' => 'mechanical', 'name' => 'Astro Boy', 'year' => 1952 ));