Cache\Frontend\Igbinary::getContent

public string getContent () Returns output cached content

Mvc\View::setRenderLevel

public setRenderLevel (mixed $level) Sets the render level for the view //Render the view related to the controller only $this->view->setRenderLevel(View::LEVEL_LAYOUT);

DispatcherInterface::getReturnedValue

abstract public getReturnedValue () ...

Acl\AdapterInterface::addRole

abstract public addRole (mixed $role, [mixed $accessInherits]) ...

Mvc\Router\GroupInterface::addPut

abstract public addPut (mixed $pattern, [mixed $paths]) ...

ODM (Object-Document Mapper)

In addition to its ability to map tables in relational databases, Phalcon can map documents from NoSQL databases. The ODM offers a CRUD functionality, events, validations among other services. Due to the absence of SQL queries and planners, NoSQL databases can see real improvements in performance using the Phalcon approach. Additionally, there are no SQL building reducing the possibility of SQL injections. The following NoSQL databases are supported: Name Description MongoDB MongoDB is a scalab

Mvc\Model\Criteria::execute

public execute () Executes a find using the parameters built with the criteria

Assets\Resource::getPath

public getPath ()

Mvc\View::pick

public pick (mixed $renderView) Choose a different view to render instead of last-controller/last-action use Phalcon\Mvc\Controller; class ProductsController extends Controller { public function saveAction() { // Do some save stuff... // Then show the list view $this->view->pick("products/list"); } }

Session\Adapter\Redis::SESSION_DISABLED

integer SESSION_DISABLED