Tutorial 6: Vökuró
  • References/PHP/Phalcon/Guides

Vökuró is another sample application you can use to learn more about Phalcon. Vökuró is a small website that shows how to implement a security features and management of users

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

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

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

PHP extensions require a slightly different installation method to a traditional PHP-based library or framework. You can either download a binary package for the system of

2025-01-10 15:47:30
Installation on WAMP
  • References/PHP/Phalcon/Guides

WampServer is a Windows web development environment. It allows you to

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