Difference between revisions of "PHPLights"

From Linuxnetworks
Jump to: navigation, search
(introduction)
(type-safe)
Line 7: Line 7:
 
* MVC-based front controller
 
* MVC-based front controller
 
* Uses best practice design patterns
 
* Uses best practice design patterns
* Well defined interfaces for extensions
+
* Well defined, type-safe interfaces
 
* Flexible template system
 
* Flexible template system
 
* Database abstraction
 
* Database abstraction

Revision as of 17:14, 2 September 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.


The advantages of PHPLights are:

  • Easy installation by the customers
  • Support secure programming by default
  • MVC-based front controller
  • Uses best practice design patterns
  • Well defined, type-safe interfaces
  • Flexible template system
  • Database abstraction
  • Small code size
  • Easy debugging


More Information