Cherokee Installation Notes

Cherokee is a high-performance web server. It is very fast, flexible and easy to configure. Configuring Cherokee for Phalcon Cherokee provides a friendly graphical interface to configure almost every setting available in the web server. Start the cherokee administrator by executing with root /path-to-cherokee/sbin/cherokee-admin Create a new virtual host by clicking on ‘vServers’, then add a new virtual server: The recently added virtual server must appear at the left bar of the screen. In

Mvc\Model\RelationInterface

Source on GitHub Methods abstract public setIntermediateRelation (mixed $intermediateFields, mixed $intermediateModel, mixed $intermediateReferencedFields) ... abstract public isReusable () ... abstract public getType () ... abstract public getReferencedModel () ... abstract public getFields () ... abstract public getReferencedFields () ... abstract public getOptions () ... abstract public getOption (mixed $name) ... abstract public isForeignKey () ... abstract public getForeignKey () ... abstr

Db\Adapter\Pdo\Mysql::escapeIdentifier

public escapeIdentifier (mixed $identifier) Escapes a column/table/schema name echo $connection->escapeIdentifier('my_table'); // `my_table` echo $connection->escapeIdentifier(['companies', 'name']); // `companies`.`name` @param string|array identifier

Mvc\Router::getActionName

public getActionName () Returns the processed action name

Translate\InterpolatorInterface

Source on GitHub Methods abstract public replacePlaceholders (mixed $translation, [mixed $placeholders]) ...

Logger\Adapter\Firephp::getFormatter

public getFormatter () Returns the internal formatter

Http\Cookie::setDI

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

Mvc\DispatcherInterface

implements Phalcon\DispatcherInterface Source on GitHub Methods abstract public setControllerSuffix (mixed $controllerSuffix) ... abstract public setDefaultController (mixed $controllerName) ... abstract public setControllerName (mixed $controllerName) ... abstract public getControllerName () ... abstract public getLastController () ... abstract public getActiveController () ... abstract public setActionSuffix (mixed $actionSuffix) inherited from Phalcon\DispatcherInterface ... abstract public

Mvc\Model\ManagerInterface::getWriteConnectionService

abstract public getWriteConnectionService (Phalcon\Mvc\ModelInterface $model) ...

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