SourceForge.net Logo
Project History

Project History

The original implementation of sqlclass was designed and implemented by me for the creation of content management systems and web based applications. I needed a platform to be able to save the state of an object simply by calling save() on the object and then calling load() on the object when later needed. This was before I even knew about PHPLib’s session/user management abilities. As a result sqlpersist does not require PHPLib. The original project was (poorly) named sqlclass and is available as-is for download without documentation and support. It serves as a reference for the development of sqlpersist.

Even though PHPLib provides the functionality for saving program state, sqlpersist is handy for developing applications outside the PHPLib framework and may also be used concurrently with PHPLib

Reference Code

‘sqlclass’ Was the name of the original implementation under linux using the MySQL database and catering for other DB’s by a generic OO code framework. I have used it for various projects of my own and it may be downloaded and used ‘as-is’ without documentation. This IS NOT the sqlpersist project but a reference from which I will work to develop sqlpersist.

[Home] [How it Works] [Project Aims] [Examples] [Project History] [Documentation] [News] [Forums] [Contact Me] [DOWNLOAD]