Db\Dialect\Postgresql::modifyColumn

public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) Generates SQL to modify a column in a table

Db\Column::getName

public getName () Column’s name

Http\CookieInterface::setDomain

abstract public setDomain (mixed $domain) ...

Db\Dialect\Postgresql::addIndex

public addIndex (mixed $tableName, mixed $schemaName, Phalcon\Db\IndexInterface $index) Generates SQL to add an index to a table

Assets\Collection::getRealTargetPath

public getRealTargetPath (mixed $basePath) Returns the complete location where the joined/filtered collection must be written

Forms\Form::has

public has (mixed $name) Check if the form contains an element

Db\Dialect\Mysql::dropView

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop a view

Mvc\Model\MetaDataInterface::getNonPrimaryKeyAttributes

abstract public getNonPrimaryKeyAttributes (Phalcon\Mvc\ModelInterface $model) ...

Db\Dialect\Mysql::getColumnDefinition

public getColumnDefinition (Phalcon\Db\ColumnInterface $column) Gets the column name in MySQL

Mvc\View\Engine\Php

extends abstract class Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface Source on GitHub Adapter to use PHP itself as templating engine Methods public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template engine public __construct (Phalcon\Mvc\ViewBaseInterface $view, [Phalcon\DiInterface $dependencyInjector]) inherited from Phalcon\Mvc\View\Engine Phalcon\Mvc\View\En