Paginator\Adapter\QueryBuilder::getPaginate

public getPaginate () Returns a slice of the resultset to show in the pagination

Mvc\Micro\CollectionInterface::getHandler

abstract public getHandler () ...

Forms\Element\Submit

extends abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface Source on GitHub Component INPUT[type=submit] for forms Methods public render ([array $attributes]) Renders the element widget public __construct (string $name, [array $attributes]) inherited from Phalcon\Forms\Element Phalcon\Forms\Element constructor public setForm (Phalcon\Forms\Form $form) inherited from Phalcon\Forms\Element Sets the parent form to the element public getForm () inherited from Phalcon\F

Di\InjectionAwareInterface

Source on GitHub Methods abstract public setDI (Phalcon\DiInterface $dependencyInjector) ... abstract public getDI () ...

Cache\Frontend\Base64

implements Phalcon\Cache\FrontendInterface Source on GitHub Allows to cache data converting/deconverting them to base64. This adapter uses the base64_encode/base64_decode PHP’s functions <?php // Cache the files for 2 days using a Base64 frontend $frontCache = new \Phalcon\Cache\Frontend\Base64(array( "lifetime" => 172800 )); //Create a MongoDB cache $cache = new \Phalcon\Cache\Backend\Mongo($frontCache, array( 'server' => "mongodb://localhost", 'db' => 'caches'

Mvc\Router::addHead

public addHead (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is HEAD

Assets\Collection::setTargetUri

public setTargetUri (mixed $targetUri) Sets a target uri for the generated HTML

Http\Response\Headers::set

public set (mixed $name, mixed $value) Sets a header to be sent at the end of the request

Paginator\AdapterInterface

Source on GitHub Methods abstract public setCurrentPage (mixed $page) ... abstract public getPaginate () ... abstract public setLimit (mixed $limit) ... abstract public getLimit () ...

Mvc\Model\Resultset::rewind

final public rewind () Rewinds resultset to its beginning