Mvc\Model\Resultset\Complex

extends abstract class Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface Source on GitHub Complex resultsets may include complete objects and scalar values. This class builds every complex row as it is required Constants integer TYPE_RESULT_FULL integer TYPE_RESULT_PARTIAL integer HYDRATE_RECORDS integer HYDRATE_OBJECTS integer HYDRATE_ARRAYS Methods public __cons

Cache\Frontend\Json::start

public start () Starts output frontend. Actually, does nothing

Forms\Manager::set

public set (mixed $name, Phalcon\Forms\Form $form) Registers a form in the Forms Manager

Di\Service\Builder::build

public mixed build (Phalcon\DiInterface $dependencyInjector, array $definition, [array $parameters]) Builds a service using a complex service definition

Mvc\UrlInterface::getBaseUri

abstract public getBaseUri () ...

Mvc\Router\Route::getReversedPaths

public getReversedPaths () Returns the paths using positions as keys and names as values

Mvc\ViewBaseInterface::getParamsToView

abstract public getParamsToView () ...

Events\EventInterface::isStopped

abstract public isStopped () ...

Mvc\Model\Criteria::notBetweenWhere

public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum) Appends a NOT BETWEEN condition to the current conditions $criteria->notBetweenWhere('price', 100.25, 200.50);

Mvc\Model\MetaDataInterface::getDataTypesNumeric

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