POWER2PHP is a simple (very), open source, easy to expand (upgrade), efficient, object-oriented lightweight PHP MVC development framework. It is released under the GNU General Public License (GPL) open source agreement. POWER2PHP is to simplify enterprise-level application development and agile WEB application development and was born for beginners to get rid of the traditional development model.
No special training is required for the development team to use this framework. For beginners, you can immediately taste the sweetness of MVC development. For intermediate and advanced programmers, using POWER2PHP will enable you to design a better Framework. POWER2PHP is also suitable for developers who don't want to spend time studying complex Frameworks. Power2php has been tested by multiple projects and is not a framework for you to test.
Features of Power2php:
Simple, it will be the simplest Framework you have ever seen. The core code only has a dozen lines. The driver architecture based on page URL and form action uses PHP Include by default, which is faster than smarty template engine. You can freely add other class libraries or template engines, such as smarty. , pear, etc. use the PDO abstract library (similar to pear), which can easily operate the database without fancy functions. It is just a Framework
Expand