Forms\Element::getName

public getName () Returns the element name

Db\IndexInterface::getColumns

abstract public getColumns () ...

Forms\Element::getValue

public getValue () Returns the element value

Mvc\ViewBaseInterface::cache

abstract public cache ([mixed $options]) ...

Tag::setDefaults

public static setDefaults (array $values, [mixed $merge]) Assigns default values to generated tags by helpers // Assigning "peter" to "name" component Phalcon\Tag::setDefaults(array("name" => "peter")); // Later in the view echo Phalcon\Tag::textField("name"); //Will have the value "peter" by default

Db::FETCH_BOTH

integer FETCH_BOTH

Mvc\Micro

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, ArrayAccess Source on GitHub With Phalcon you can create “Micro-Framework like” applications. By doing this, you only need to write a minimal amount of code to create a PHP application. Micro applications are suitable to small applications, APIs and prototypes in a practical way. $app = new \Phalcon\Mvc\Micro(); $app->get('/say/welcome/{name}', function ($name) {

Filter::getFilters

public getFilters () Return the user-defined filters in the instance

Di\FactoryDefault

extends class Phalcon\Di implements ArrayAccess, Phalcon\DiInterface Source on GitHub This is a variant of the standard Phalcon\Di. By default it automatically registers all the services provided by the framework. Thanks to this, the developer does not need to register each service individually providing a full stack framework Methods public __construct () Phalcon\Di\FactoryDefault constructor public setInternalEventsManager (Phalcon\Events\ManagerInterface $eventsManager) inherited from Phalco

Assets\Manager::collection

public collection (mixed $name) Creates/Returns a collection of resources