Forms\Form::next

public next () Moves the internal iteration pointer to the next position

Mvc\View\Simple::setParamToView

public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar) $this->view->setParamToView('products', $products);

Mvc\Collection\Manager::getEventsManager

public getEventsManager () Returns the internal event manager

Database Migrations

Migrations are a convenient way for you to alter your database in a structured and organized manner. Important: Migrations are available in Phalcon Developer Tools You need at least Phalcon Framework version 0.5.0 to use developer tools. Also, it is recommended to have PHP 5.4 or greater installed. Often in development we need to update changes in production environments. Some of these changes could be database modifications like new fields, new tables, removing indexes, etc. When a migratio

Logger\Formatter\Syslog

extends abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface Source on GitHub Prepares a message to be used in a Syslog backend Methods public array format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sent it to the internal log public getTypeString (mixed $type) inherited from Phalcon\Logger\Formatter Returns the string meaning of a logger constant public interpolate (string $message, [array $context]) inhe

Mvc\Collection::writeAttribute

public writeAttribute (string $attribute, mixed $value) Writes an attribute value by its name $robot->writeAttribute('name', 'Rosey');

Logger\Adapter::getLogLevel

public getLogLevel () Returns the current log level

Logger\Adapter::debug

public debug (mixed $message, [array $context]) Sends/Writes a debug message to the log

Debug::getJsSources

public getJsSources () Returns the javascript sources

Session\Bag::offsetSet

final public offsetSet (mixed $property, mixed $value) ...