Assets\Manager::addResourceByType

public addResourceByType (mixed $type, Phalcon\Assets\Resource $resource) Adds a resource by its type $assets->addResourceByType('css', new \Phalcon\Assets\Resource\Css('css/style.css'));

Http\Response::getCookies

public Phalcon\Http\Response\CookiesInterface getCookies () Returns coookies set by the user

Cache\Backend\File::getKey

public getKey (mixed $key) Return a file-system safe identifier for a given key

Mvc\Model\MetaData\Session::MODELS_AUTOMATIC_DEFAULT_UPDATE

integer MODELS_AUTOMATIC_DEFAULT_UPDATE

Forms\ElementInterface::getAttribute

abstract public getAttribute (mixed $attribute, [mixed $defaultValue]) ...

Db\Adapter::listViews

public listViews ([mixed $schemaName]) List all views on a database print_r($connection->listViews("blog"));

Mvc\Model\MetaDataInterface::read

abstract public read (mixed $key) ...

Events\Manager::detachAll

public detachAll ([mixed $type]) Removes all events from the EventsManager

Generating URLs and Paths

Phalcon\Mvc\Url is the component responsible of generate URLs in a Phalcon application. It’s capable of produce independent URLs based on routes. Setting a base URI Depending of which directory of your document root your application is installed, it may have a base URI or not. For example, if your document root is /var/www/htdocs and your application is installed in /var/www/htdocs/invo then your baseUri will be /invo/. If you are using a VirtualHost or your application is installed on the docu

Acl\Adapter::setEventsManager

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the events manager