Application::getModules

public getModules () Return the modules registered in the application

Annotations\ReaderInterface::parse

abstract public parse (mixed $className) ...

Session\Adapter::destroy

public destroy ([mixed $removeData]) Destroys the active session var_dump($session->destroy()); var_dump($session->destroy(true));

Db\AdapterInterface::getDialect

abstract public getDialect () ...

Filter::FILTER_EMAIL

string FILTER_EMAIL

Tag::setTitle

public static setTitle (mixed $title) Set the title of view content Phalcon\Tag::setTitle("Welcome to my Page");

Http\RequestInterface::hasServer

abstract public hasServer (mixed $name) ...

Cache\Backend\Redis

extends abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface Source on GitHub Allows to cache output fragments, PHP data or raw data to a redis backend This adapter uses the special redis key “_PHCR” to store all the keys internally used by the adapter use Phalcon\Cache\Backend\Redis; use Phalcon\Cache\Frontend\Data as FrontData; // Cache data for 2 days $frontCache = new FrontData([ 'lifetime' => 172800 ]); // Create the Cache setting redis connection o

Text::random

public static random ([mixed $type], [mixed $length]) Generates a random string based on the given type. Type is one of the RANDOM_* constants echo Phalcon\Text::random(Phalcon\Text::RANDOM_ALNUM); //"aloiwkqz"

Translate\Adapter::_

public string _ (string $translateKey, [array $placeholders]) Returns the translation string of the given key (alias of method ‘t’)