To speed up development Phalcon\Mvc\Model helps you to query fields and constraints
Namespaces can be used to avoid class name collisions;
Behaviors are shared conducts that several models may adopt in order to re-use code, the ORM provides an API to implement behaviors in your models. Also, you can use the events
The purpose of this component is to intercept the execution of most of the other components of the framework by creating “hook points”. These hook points allow the developer
The router component allows you to define routes that are mapped to controllers or handlers that should receive the request. A router simply parses a URI to determine this
Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions
Throughout this first tutorial, we’ll walk you through the creation of an application with a simple registration form from the ground up. We will also explain the basic aspects
Phalcon provides the Phalcon\Cache class allowing faster
Validating Data Integrity Phalcon\Mvc\Model
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
Page 4 of 8