|
Script Category : PHP
Script Sub Category : Development Tools
Eclipse is an object-oriented class library for PHP. The classes in the library are very powerful, allowing programmers to execute queries on databases (PostgreSQL, MySQL, MS-SQL and Sybase), read data from files, process all kinds of lists to create nice looking reports, and much more. The strength of the library lies in its extensibility and ease of use. It is very easy to add new classes to cooperate with with the classes that already exist. The biggest difference between this library and other object-oriented libraries for PHP is that this one was designed by the book, using Design Patterns and Refactoring techniques, resulting in lean, efficient, simple and powerful classes, instead of large, bloated, slow ones.
|
|
|