Mvc\Model\Manager::isVisibleModelProperty

final public isVisibleModelProperty (Phalcon\Mvc\ModelInterface $model, mixed $property) Check whether a model property is declared as public. $isPublic = $manager->isVisibleModelProperty(new Robots(), 'name');

Image\Adapter::flip

public flip (mixed $direction) Flip the image along the horizontal or vertical axis

Tutorial 4: Working with the CRUD

Backends usually provide forms to allow users to manipulate data. Continuing the explanation of INVO, we now address the creation of CRUDs, a very common task that Phalcon will facilitate you using forms, validations, paginators and more. Most options that manipulate data in INVO (companies, products and types of products) were developed using a basic and common CRUD (Create, Read, Update and Delete). Each CRUD contains the following files: invo/ app/ controllers/ Produc

Cli\Dispatcher::getActiveTask

public getActiveTask () Returns the active task in the dispatcher

Loader::getFoundPath

public getFoundPath () Get the path when a class was found

Forms\ElementInterface::setUserOptions

abstract public setUserOptions (array $options) ...

Queue\Beanstalk::connect

public connect () Makes a connection to the Beanstalkd server

Dispatcher::getHandlerClass

public getHandlerClass () Possible class name that will be located to dispatch the request

Http\Request::getLanguages

public getLanguages () Gets languages array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_LANGUAGE”]

Db\DialectInterface::listTables

abstract public listTables ([mixed $schemaName]) ...