Improving Performance with Cache
  • References/PHP/Phalcon/Guides

Phalcon provides the Phalcon\Cache class allowing faster

2025-01-10 15:47:30
Phalcon Query Language (PHQL)
  • References/PHP/Phalcon/Guides

Phalcon Query Language, PhalconQL or simply PHQL is a high-level, object-oriented SQL dialect that allows to write queries using a standardized SQL-like language. PHQL is implemented

2025-01-10 15:47:30
Tutorial 1: Let’s learn by example
  • References/PHP/Phalcon/Guides

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

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

A model represents the information (data) of the application and the rules to manipulate that data. Models are primarily used for managing the rules of interaction with a corresponding

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

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

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
Routing
  • References/PHP/Phalcon/Guides

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

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
List of examples
  • References/PHP/Phalcon/Guides

Following examples are full applications you can use to learn more about Phalcon and use them as base for your own websites/applications:

2025-01-10 15:47:30
Multi-lingual Support
  • References/PHP/Phalcon/Guides

The component Phalcon\Translate aids in creating multilingual applications

2025-01-10 15:47:30