Db\Dialect\Postgresql

extends abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface Source on GitHub Generates database specific SQL for the PostgreSQL RDBMS Methods public getColumnDefinition (Phalcon\Db\ColumnInterface $column) Gets the column name in PostgreSQL public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column) Generates SQL to add a column to a table public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db

Mvc\Collection::appendMessage

public appendMessage (Phalcon\Mvc\Model\MessageInterface $message) Appends a customized message on the validation process use \Phalcon\Mvc\Model\Message as Message; class Robots extends \Phalcon\Mvc\Model { public function beforeSave() { if ($this->name == 'Peter') { message = new Message("Sorry, but a robot cannot be named Peter"); $this->appendMessage(message); } } }

Db\Profiler\Item::getInitialTime

public getInitialTime () Timestamp when the profile started

Mvc\Model::getSource

public getSource () Returns table name mapped in the model

Events\Manager::arePrioritiesEnabled

public arePrioritiesEnabled () Returns if priorities are enabled

Forms\ElementInterface::getFilters

abstract public getFilters () ...

CryptInterface::getKey

abstract public getKey () ...

Http\RequestInterface::has

abstract public has (mixed $name) ...

Db\AdapterInterface::getDefaultIdValue

abstract public getDefaultIdValue () ...

Mvc\Collection\Manager::getLastInitialized

public getLastInitialized () Get the latest initialized model