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

These tools are a collection of useful scripts to generate skeleton code. Core components of your application can be generated with a simple command, allowing you to easily

2025-01-10 15:47:30
Filtering and Sanitizing
  • References/PHP/Phalcon/Guides

Sanitizing user input is a critical part of software development. Trusting or neglecting to sanitize user input could lead to unauthorized access to the content of your application

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

PHP

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
Storing data in Session
  • References/PHP/Phalcon/Guides

The session component provides object-oriented wrappers to access session data. Reasons to use this component instead of raw-sessions:

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

Phalcon\Validation is an independent validation component that validates

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