my experience with Phalcon
Days ago I had my first experience with php framework "Phalcon php" which I can honestly say it was a great experience from start to finish.
from the first hello world the first screen the first controller all was full of great expectations ... which were fully covered.
but generally that Phalcon?
Phalcon is a full-stack framework open-source PHP 5 as an extension written in C, optimized for high performance. No need to learn or use C, full functionality is exposed as ready to use PHP classes. Phalcon is also loosely coupled allowing you to use their classes as components according to your application as required.
Phalcon is not just about performance, our goal is to make it robust, comprehensive and easy to use!
I start the tutórala that followed was to invo which is present on the site of the framework in the same way then stopped short reviews of the ..
In this second tutorial, we will explain a more complete application with the aim of further developing with Phalcon.
INVO is one of the applications we have created as an example. INVO is a small web site that allows its customers to generate invoices, and other tasks such as managing customer and product. You can clone your Github source code.
Additionally, INVO was created with bootstrap as framework on the client. Although the application does not generate invoices it serves as an example to understand many aspects and features in the framework.
we structure projects
Once the project clones in your root directory will see the following structure:
invo /
app /
app / config /
app / controllers /
app / library /
app / models /
app / plugins /
app / views /
public /
public / bootstrap /
public / css /
public / js /
schemas /
As you know, Phalcon do not impose a particular directory structure. This project has a directory structure for a simple MVC and a public document root
No hay comentarios:
Publicar un comentario