资 源 简 介
NEW: Released Tephlon v1_1: More features, bugfixes and 3 new useful data structures!
NEW: Tutorial wiki page Usage, Codeigniter integration
# What is Tephlon #
Tephlon 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 behind #
Many 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 sele