Tutorial 4: Working with the CRUD
  • References/PHP/Phalcon/Guides

Backends usually provide forms to allow users to manipulate data. Continuing the explanation of INVO, we now address the creation of CRUDs, a very common task that Phalcon

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

This component aids the developer in common security tasks such as password hashing and Cross-Site Request Forgery protection (CSRF). Password

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

Validating Data Integrity Phalcon\Mvc\Model

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

Websites and web applications are vulnerable to XSS attacks and

2025-01-10 15:47:30
Dependency Injection Explained
  • References/PHP/Phalcon/Guides

The following example is a bit lengthy, but it attempts to explain why Phalcon uses service location and dependency injection. First, let’s pretend we are developing a component

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

The process of pagination takes place when we need to present big groups of arbitrary data gradually. Phalcon\Paginator

2025-01-10 15:47:30
Nginx Installation Notes
  • References/PHP/Phalcon/Guides

Nginx is a free, open-source, high-performance HTTP server and reverse

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

Phalcon\Config is a component used to convert configuration files of various formats

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

Phalcon\Image is the component that allows you to manipulate image files. Multiple

2025-01-10 15:47:30