Application::registerModules

public registerModules (array $modules, [mixed $merge]) Register an array of modules present in the application $this->registerModules( [ 'frontend' => [ 'className' => 'Multiple\Frontend\Module', 'path' => '../apps/frontend/Module.php' ], 'backend' => [ 'className' => 'Multiple\Backend\Module', 'path' => '../apps/backend/Module.php'

Mvc\Micro\CollectionInterface::getHandler

abstract public getHandler () ...

Db\Adapter::limit

public limit (mixed $sqlQuery, mixed $number) Appends a LIMIT clause to $sqlQuery argument echo $connection->limit("SELECT * FROM robots", 5);

Mvc\Url::setBaseUri

public setBaseUri (mixed $baseUri) Sets a prefix for all the URIs to be generated $url->setBaseUri('/invo/'); $url->setBaseUri('/invo/index.php/');

Http\ResponseInterface::setContentLength

abstract public setContentLength (mixed $contentLength) ...

Mvc\Router::addHead

public addHead (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is HEAD

Translate\Adapter\NativeArray::exists

public exists (mixed $index) Check whether is defined a translation key in the internal array

Mvc\Collection\Manager

implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface Source on GitHub This components controls the initialization of models, keeping record of relations between the different models of the application. A CollectionManager is injected to a model via a Dependency Injector Container such as Phalcon\Di. $di = new \Phalcon\Di(); $di->set('collectionManager', function(){ return new \Phalcon\Mvc\Collection\Manager(); }); $robot = new Robots($di); Methods pu

Db\AdapterInterface::describeColumns

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

Assets\Collection::setTargetUri

public setTargetUri (mixed $targetUri) Sets a target uri for the generated HTML