View Helpers (Tags)
  • References/PHP/Phalcon/Guides

Writing and maintaining HTML markup can quickly become a tedious task because of the naming conventions and numerous attributes that have to be taken into consideration. Phalcon

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

Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used

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

Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response

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

Phalcon\Mvc\Dispatcher is the component responsible for instantiating

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

Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object

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

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

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

Namespaces can be used to avoid class name collisions;

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