public getSnapshotData () Returns the internal snapshot data
abstract public has () ...
integer MODELS_EMPTY_STRING_VALUES
abstract public rightJoin (mixed $model, [mixed $conditions], [mixed $alias]) ...
final public autoescape (mixed $identifier) Automatically escapes identifiers but only if they need to be escaped.
public getDistinct () Returns SELECT DISTINCT / SELECT ALL flag
abstract public dropColumn (mixed $tableName, mixed $schemaName, mixed $columnName) ...
integer XHTML10_FRAMESET
public Phalcon\Mvc\Model\Query\Builder orderBy (string | array $orderBy) Sets an ORDER BY condition clause $builder->orderBy('Robots.name'); $builder->orderBy(array('1', 'Robots.name'));
public getReverseColumnMap (Phalcon\Mvc\ModelInterface $model) Returns the reverse column map if any print_r($metaData->getReverseColumnMap(new Robots()));
Page 48 of 382