Mvc\Model\MetaDataInterface::read

abstract public read (mixed $key) ...

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"));

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

Session\Adapter\Libmemcached::write

public write (mixed $sessionId, mixed $data)

Mvc\Model\Transaction::isManaged

public isManaged () Checks whether transaction is managed by a transaction manager

Cache\Frontend\Base64::beforeStore

public string beforeStore (mixed $data) Serializes data before storing them

Mvc\Model::toArray

public array toArray ([array $columns]) Returns the instance as an array representation print_r($robot->toArray());