Difference between revisions of "PHPLights"
From Linuxnetworks
(download at sf) |
(reorg) |
||
| 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. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
More Information | More Information | ||
* [[PHPLights/Introduction|Introduction]] | * [[PHPLights/Introduction|Introduction]] | ||
| − | * [ | + | * [[PHPLights/Download|Download]] |
* [[PHPLights/Documentation|Documentation]] | * [[PHPLights/Documentation|Documentation]] | ||
Revision as of 21:12, 24 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.
More Information