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
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
Understanding How Phalcon Applications Work
  • References/PHP/Phalcon/Guides

If you’ve been following the tutorial

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 Mac OS X
  • References/PHP/Phalcon/Guides

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

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
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
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
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
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