Simple PHP Object Oriented Framework (spoof) documentation

I got some time to nearly fully document and run doxygen against spoof. The documentation is located at docs.codefly.org and is also linked from http://codefly.org/lib360/ Few select links to documentation: lib360 namespaces class hierarchy SQL class Doxygen is awesome. Enjoy.

Simple PHP Object Oriented Framework

This marks the initial release of Simple PHP Object Oriented Framework – spoof on codefly.org. Well, I intend for this to be a framework, but I’m starting with the extensible core – the main class library. To that end, the first crack is at: autoload data access components Autoload is a simple implementation for spl_autoload_register: […]