Models Metadata

To speed up development Phalcon\Mvc\Model helps you to query fields and constraints

2016-10-16 09:52:09
Working with Namespaces

Namespaces can be used to avoid class name collisions;

2016-10-16 09:57:36
Model Behaviors

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

2016-10-16 09:52:08
Events Manager

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

2016-10-16 09:50:19
Routing

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

2016-10-16 09:56:24
Access Control Lists (ACL)

Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions

2016-10-16 09:47:21
Tutorial 1: Let’s learn by example

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

2016-10-16 09:57:09
Improving Performance with Cache

Phalcon provides the Phalcon\Cache class allowing faster

2016-10-16 09:51:47
Validating Models

Validating Data Integrity Phalcon\Mvc\Model

2016-10-16 09:57:13
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

2016-10-16 09:57:10