Hi there,
As a new beginner in Phalcon Php, i was wondering what's the best pratices to handle forms and validation components in the MVC. I used to work with Zend Framework, and Code Igniter before, and started to hear a lot about Phalcon.
Forms are common components in a web application, and i'd like to know what's your best purpose to handle them in Phalcon.
For the time, my application folder is set like this : https://docs.phalcon.io/en/latest/reference/tutorial.html#file-structure. I also have a "config" folder in the app one.
If i want to use many forms like "login", "register" etc. What do you advice me ? Creating a "helper" folder ? Sets a config file where all forms validation rules are sets (like CodeIgniter) ?
The goal is to have an easy way to manage all the forms in the application, just construct them in controllers, and check if their valids. Sorry for my bad spelling, i'm french :o)
Regards,