What is Phalcon? Phalcon is an open source, full stack framework for PHP written as a C-extension, optimized for high performance. You don't need to learn or use the C language, since the functionality is exposed as PHP classes ready for you to use. Phalcon also is loosely coupled, allowing you to use its objects as glue components based on the needs of your application. Phalcon Developer Tools These tools are a collection of useful scripts to generate skeleton code. Core components of your application can be generated with simple command, allowing you to easily develop application using Phalcon. Installation of DevTools Download and Install Phalcon Developer Tools For Windows , For Mac , For Linux After installation open DevTools in Command Prompt/Terminal and type, $ phalcon commands this will get you list of commands in Phalcon. Generating a Project Skeleton You can use Phalcon tools to generate pre-defined project skeletons for your appli
The blog represents my thoughts on life and mostly something related to web development.