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 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 Tutorial Phalcon Tutorial provides basic and advanced concepts of Phalcon . Our Phalcon Tutorial is designed for beginners and professionals both.…
-
Phalcon Image This component allows developers to manipulate image files. We can perform multiple operation on a single image file. Adapters Adapter…
-
Phalcon Features It is the fastest framework for PHP. It is a full stack open source framework. It can create independent framework.…
-
Insert/Update/Delete Rows Inserting Rows // Inserting data with a raw SQL statement $sql = ‘INSERT INTO ‘company'(‘name’, ‘year’) VALUES (‘tutoraspire’, 2010)’; $success…
-
Phalcon Layer It powers the model layer in the framework. It is found under the directory PhalconDb. It consists of abstraction layer…