PHPlus

Website
http://phplus.sourceforge.net/
Brief
"Rapid web application development framework and an IDE for PHP"

PHPlus is an open source project to help PHP developers and designers make web based development faster and painless. The goal of this project is to develop a framework and tools (IDE) which will clearly seperate the interface & program logic.

This framework stricktly follows the MVC architecture which clearly seperates the tasks of designers and programmers. Our approach to PHP is completely object oriented and target PHP 5.

The IDE is to be developed to further cut down the development time and the thin client architecture is to be incorporated so that any one can plug different modules to the IDE without much trouble.

Features
* HTML to PHP DOM parser
A C++ DOM parser is to be developed for converting HTML files into PHP objects. libxml2 library along with a C++ wrapper class library (xerces-C++,XMLWrapp) is to be used for this purpose.
PHP DOM objects created are manipulated using the PHP DOM XML functions.
* PHP class library
A PHP class library is to be developed to dynamically change the content of static HTML files.
* IDE
It is developed using C++ and follows the thin client architecture. It is to provide most of the functionalities found in good IDEs written for other languaes such as Java and C++.
Development is carried out in KDevelop environment. GUI is designed using the Qt library.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options