Phalcon offers the object-oriented classes, necessary to implement the Model, View, Controller architecture (often referred to as
Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object
All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by
Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response
Relationships between Models There are four types of relationships: one-on-one, one-to-many, many-to-one and many-to-many. The relationship
Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used
With Phalcon you can create “Micro-Framework like” applications. By doing this, you only need to write a minimal amount of code to create a PHP application. Micro applications
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 provides the Phalcon\Cache class allowing faster
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
Page 3 of 8