Difference between revisions of "PHPLights"
(documenation) |
(strategy) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
PHPLights is a modern, lightweight and PHP5 based application development framework. It makes heavy use of PHPs object oriented features like interfaces, abstract classes and exceptions. Design pattern where used whenever they provide advantages for the implementation making the core library very lean, easy to understand and extensible. | PHPLights is a modern, lightweight and PHP5 based application development framework. It makes heavy use of PHPs object oriented features like interfaces, abstract classes and exceptions. Design pattern where used whenever they provide advantages for the implementation making the core library very lean, easy to understand and extensible. | ||
| − | + | It is a core framework optimized for rapid application development, providing the easiest possible access to functionality used at every project. The main purpose is enabling developers to focus on implementing the application logic without wasting time dealing with inefficient interfaces for standard components. PHPLights' strength is the seemless integration of other component frameworks like Zend, ezComponents and PEAR whose components can be used to build powerful applications within minutes. | |
| − | The | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
More Information | More Information | ||
Latest revision as of 14:52, 27 October 2007
PHPLights is a modern, lightweight and PHP5 based application development framework. It makes heavy use of PHPs object oriented features like interfaces, abstract classes and exceptions. Design pattern where used whenever they provide advantages for the implementation making the core library very lean, easy to understand and extensible.
It is a core framework optimized for rapid application development, providing the easiest possible access to functionality used at every project. The main purpose is enabling developers to focus on implementing the application logic without wasting time dealing with inefficient interfaces for standard components. PHPLights' strength is the seemless integration of other component frameworks like Zend, ezComponents and PEAR whose components can be used to build powerful applications within minutes.
More Information