|
Project Information
Featured
Downloads
Links
|
NEW: Released Tephlon v1_1: More features, bugfixes and 3 new useful data structures! NEW: Tutorial wiki page Usage, Codeigniter integration What is TephlonTephlon is a multi-driver (for now FileSystem and MySQL) PHP library that adds a persistence layer to your PHP objects, arrays or variables. It's mainly file based, but adding a new driver for other kind of internal/external storage is really simple. It is also very easy to integrate as an external library in popular PHP frameworks like Codeigniter.
Reason behindMany websites use SQL without a real reason, just for implementing basic persistence of data. For example: why would you put users into a SQL table if 90% of your SQL selects on the Users table will have a "WHERE <primary key> = <value>"? Having SQL in your project puts you to:
Status of developmentVersion 1.1 is generally available (just Filesystem driver). MySQL driver works in the SVN version. |