Dispatcher::EXCEPTION_ACTION_NOT_FOUND

integer EXCEPTION_ACTION_NOT_FOUND

Db\Dialect\Postgresql::tableExists

public tableExists (mixed $tableName, [mixed $schemaName]) Generates SQL checking for the existence of a schema.table echo $dialect->tableExists("posts", "blog"); echo $dialect->tableExists("posts");

Mvc\Model\Relation::getParams

public array getParams () Returns parameters that must be always used when the related records are obtained

Mvc\Model\Manager::getHasOneRecords

public getHasOneRecords (mixed $method, mixed $modelName, mixed $modelRelation, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Gets belongsTo related records from a model

Db\Adapter::createView

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Creates a view

Mvc\Url::get

public get ([mixed $uri], [mixed $args], [mixed $local], [mixed $baseUri]) Generates a URL //Generate a URL appending the URI to the base URI echo $url->get('products/edit/1'); //Generate a URL for a predefined route echo $url->get(array('for' => 'blog-post', 'title' => 'some-cool-stuff', 'year' => '2015')); // Generate a URL with GET arguments (/show/products?id=1&name=Carrots) echo $url->get('show/products', array('id' => 1, 'name' => 'Carrots')); // Gener

Di::setInternalEventsManager

public setInternalEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the internal event manager

Translate\Interpolator\AssociativeArray

implements Phalcon\Translate\InterpolatorInterface Source on GitHub Methods public replacePlaceholders (mixed $translation, [mixed $placeholders]) Replaces placeholders by the values passed

Image\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

DiInterface

implements ArrayAccess Source on GitHub Methods abstract public set (mixed $name, mixed $definition, [mixed $shared]) ... abstract public setShared (mixed $name, mixed $definition) ... abstract public remove (mixed $name) ... abstract public attempt (mixed $name, mixed $definition, [mixed $shared]) ... abstract public get (mixed $name, [mixed $parameters]) ... abstract public getShared (mixed $name, [mixed $parameters]) ... abstract public setRaw (mixed $name, Phalcon\Di\ServiceInterface $rawDe