Tutorial 3: Securing INVO

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

2016-10-16 09:57:10
Phalcon Developer Tools on Windows

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

2016-10-16 09:56:15
Flashing Messages

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

2016-10-16 09:50:29
Understanding How Phalcon Applications Work

If you’ve been following the tutorial

2016-10-16 09:57:11
Tutorial 7: Creating a Simple REST API

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

2016-10-16 09:57:11
Validation

Phalcon\Validation is an independent validation component that validates

2016-10-16 09:57:13
Caching in the ORM

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

2016-10-16 09:48:21
Storing data in Session

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

2016-10-16 09:56:48
Debugging Applications

PHP

2016-10-16 09:49:55
Tutorial 5: Customizing INVO

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.

2016-10-16 09:57:10