Phalcon Configuration It is a component which is used to convert configuration files into PHP. Its directory location is PhalconConfig. Implementation <?php…
phalcon tutorial
-
-
Phalcon Security Phalcon provides the common security tasks to the developers such as: Password Hashing. Cross-Site Request Forgery protection (CSRF). Password Hashing…
-
Phalcon Connecting to Database We connect the front-end with the backend i.e. database. To access the database we required username and password.…
-
Phalcon Query Language (PHQL) It allows user to implement query language similar to SQL query language. PHQL is implemented as a parser…
-
Phalcon Cookie Management Cookie is a small text file stored by browser on user system. Cookies were designed to be a reliable…
-
Phalcon Request Environment HTTP request is originated by browser which contains additional information regarding the request such as header data, files, variables,…
-
Cross-Site Request Forgery (CSRF) protection CSRF protection is against the form elements such as in user registration or adding comments are vulnerable…
-
Phalcon Responses In Phalcon when any request is generated, the user provides the manual response or the response is given by controller.…