Phalcon Installation We need to install WAMP/MAMP/LAMP/XAMP according to your operating system. Below the installation is based on WAMP (Windows Apache MySQL…
cache
-
-
Phalcon Internationalization Phalcon is written in C as an extension for PHP. There is a PECL (PHP Extension Community Library) extension that…
-
Phalcon Tutorial Phalcon Tutorial provides basic and advanced concepts of Phalcon . Our Phalcon Tutorial is designed for beginners and professionals both.…
-
Phalcon Views View represents the front-end of the application. It consists of HTML files embedded inside PHP code which creates the view…
-
VOLT: Template Engine Volt provides Phalcon fast execution as it is very fast and designer friendly templating language written in C for…
-
What is Phalcon Phalcon is developed by group of developers where Andres Gutierrez was their team head. Phalcon is an open-source framework…
-
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.…