Text::reduceSlashes

public static reduceSlashes (mixed $str) Reduces multiple slashes in a string to single slashes echo Phalcon\Text::reduceSlashes("foo//bar/baz"); // foo/bar/baz echo Phalcon\Text::reduceSlashes("http://foo.bar///baz/buz"); // http://foo.bar/baz/buz

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

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