Apache Installation Notes
  • References/PHP/Phalcon/Guides

Apache is a popular and well known web server available on many platforms

2025-01-10 15:47:30
Tutorial 7: Creating a Simple REST API
  • References/PHP/Phalcon/Guides

In this tutorial, we will explain how to create a simple application that provides a

2025-01-10 15:47:30
Understanding How Phalcon Applications Work
  • References/PHP/Phalcon/Guides

If you’ve been following the tutorial

2025-01-10 15:47:30
Caching in the ORM
  • References/PHP/Phalcon/Guides

Every application is different, we could have models whose data change frequently and others that rarely change. Accessing database systems is often one of the most common

2025-01-10 15:47:30
Tutorial 3: Securing INVO
  • References/PHP/Phalcon/Guides

In this chapter, we continue explaining how INVO is structured, we’ll talk about the implementation of authentication, authorization using events and plugins and an access

2025-01-10 15:47:30
Phalcon Developer Tools on Windows
  • References/PHP/Phalcon/Guides

These steps will guide you through the process of installing Phalcon Developer Tools for Windows. Prerequisites The

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

Views represent the user interface of your application. Views are often HTML files with embedded PHP code that perform tasks related solely to the presentation of the data

2025-01-10 15:47:30
Tutorial 5: Customizing INVO
  • References/PHP/Phalcon/Guides

To finish the detailed explanation of INVO we are going to explain how to customize INVO adding UI elements and changing the title according to the controller executed.

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

Flash messages are used to notify the user about the state of actions he/she made or simply show information to the users. These kinds of messages can be generated using this

2025-01-10 15:47:30
Database Abstraction Layer
  • References/PHP/Phalcon/Guides

Phalcon\Db is the component behind

2025-01-10 15:47:30