Flash\Session

extends abstract class Phalcon\Flash implements Phalcon\Di\InjectionAwareInterface, Phalcon\FlashInterface Source on GitHub Temporarily stores the messages in session, then messages can be printed in the next request Methods protected _getSessionMessages (mixed $remove, [mixed $type]) Returns the messages stored in session protected _setSessionMessages (array $messages) Stores the messages in session public message (mixed $type, mixed $message) Adds a message to the session flasher public has (

Flash::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Mvc\Model\Criteria::getOrderBy

public getOrderBy () Returns the order clause in the criteria

Forms\Element\Numeric

extends abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface Source on GitHub Component INPUT[type=number] for forms Methods public render ([array $attributes]) Renders the element widget returning html 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

Phalcon Developer Tools on Mac OS X

These steps will guide you through the process of installing Phalcon Developer Tools for OS/X. Prerequisites The Phalcon PHP extension is required to run Phalcon Tools. If you haven’t installed it yet, please see the Installation section for instructions. Download You can download a cross platform package containing the developer tools from the Download section. You can also clone it from Github. Open the terminal application: Copy & Paste the commands below in your terminal: git clone gi

Http\Cookie

implements Phalcon\Http\CookieInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Provide OO wrappers to manage a HTTP cookie Methods public __construct (string $name, [mixed $value], [int $expire], [string $path], [boolean $secure], [string $domain], [boolean $httpOnly]) Phalcon\Http\Cookie constructor public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector public Phalcon\Http\Cookie setValue (strin

Http\Response\HeadersInterface

Source on GitHub Methods abstract public set (mixed $name, mixed $value) ... abstract public get (mixed $name) ... abstract public setRaw (mixed $header) ... abstract public send () ... abstract public reset () ... abstract public static __set_state (array $data) ...

Db\Adapter

implements Phalcon\Events\EventsAwareInterface Source on GitHub Base class for Phalcon\Db adapters Methods public getDialectType () Name of the dialect used public getType () Type of database system the adapter is used for public getSqlVariables () Active SQL bound parameter variables public __construct (array $descriptor) Phalcon\Db\Adapter constructor public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the event manager public getEventsManager () Returns the internal

Assets\Manager::outputInlineJs

public outputInlineJs ([string $collectionName]) Prints the HTML for inline JS

Http\Response\CookiesInterface

Source on GitHub Methods abstract public useEncryption (mixed $useEncryption) ... abstract public isUsingEncryption () ... abstract public set (mixed $name, [mixed $value], [mixed $expire], [mixed $path], [mixed $secure], [mixed $domain], [mixed $httpOnly]) ... abstract public get (mixed $name) ... abstract public has (mixed $name) ... abstract public delete (mixed $name) ... abstract public send () ... abstract public reset () ...