What is Enbici?
Enbici is a web framework for rapid web site development written in PHP and that lets you separate your view from you implementation in a very simple way using the MVC design pattern.
How does it work?
The Enbici framework works as a thin glue layer between the different libraries that help it. Enbici uses Smarty for managing theh views of the application and Doctrine to manage the Models and as the ORM between the models and the database.
Enbici tries to use the most recent versions of Smarty and Doctrine so it currently has been tested and is known to work with Smarty 3.0.6 and Doctrine 2 but you can also use older versions of Doctrine.
What does Enbici mean?
Enbici is how the MVC letters sound in spanish which means being on a bicycle hence the logo.
Current Enbici version
Currently Enbici has just reached the 0.2 milestone. Basic functionality has been provided and it is currently under testing. The project is hosted on github so anyone can download it, make comments or report bugs.
