|
Project Information
|
ZendX - The Zend Framework Extentions LibraryPurposeZendX was created with the intention of improving and building upon the already solid Zend Framework. Whilst the Zend Framework contains many great features, I found the need to extend upon it's functionality whilst working on a recent project. Rather than mix and match frameworks I decided to create a repository of useful classes that built upon existing Zend Framework functionality. The most notable additions to the library at present are the porting of the Java collections framework across to PHP and a RESTful style PHP web services implementation reminiscent of .NET web services. FeaturesCurrently the ZendX library contains the following features:
ConventionsZendX follows all the same coding conventions as outlined in the Zend Framework programmers reference. As such it is intended to integrate seamlessly with existing framework features, however resides in it's own psuedo-namespace 'ZendX' in order not to cause conflict with future changes. AcknowledgementsThe ZendX library borrows its ideas heavily from the following sources, and subsequently wishes to acknowledge:
|