The MVC Architecture
  • References/PHP/Phalcon/Guides

Phalcon offers the object-oriented classes, necessary to implement the Model, View, Controller architecture (often referred to as

2025-01-10 15:47:30
Dependency Injection/Service Location
  • References/PHP/Phalcon/Guides

Before reading this section, it is wise to read

2025-01-10 15:47:30
Using Controllers
  • References/PHP/Phalcon/Guides

Actions are methods on a controller that handle requests. By default all public methods on a controller map to actions and are accessible by a URL. Actions are responsible

2025-01-10 15:47:30
MVC Applications
  • References/PHP/Phalcon/Guides

All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by

2025-01-10 15:47:30
Logging
  • References/PHP/Phalcon/Guides

Phalcon\Logger is a component whose purpose is to provide logging services for

2025-01-10 15:47:30
Dispatching Controllers
  • References/PHP/Phalcon/Guides

Phalcon\Mvc\Dispatcher is the component responsible for instantiating

2025-01-10 15:47:30
Model Behaviors
  • References/PHP/Phalcon/Guides

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

2025-01-10 15:47:30
Access Control Lists (ACL)
  • References/PHP/Phalcon/Guides

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

2025-01-10 15:47:30
Models Metadata
  • References/PHP/Phalcon/Guides

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

2025-01-10 15:47:30
Improving Performance with Cache
  • References/PHP/Phalcon/Guides

Phalcon provides the Phalcon\Cache class allowing faster

2025-01-10 15:47:30