Provide useful class for LAMP.
There are some feature products:
* database class: modify from ricocheting
* db_process: easy to manipulation the multiple db results.
* Pagination: easy to create a custom pagination
* Sopily
database class
This class contained some features:
* light-weight (Do not like PEAR)
* Simple
* beautiful method: from CodeIgniter
* connect when real-query: used in large-scale system
readmore...
pagination
This class was modified from codeignitor. Codeignitor only support the offset parameter in URL, but doesn't support page number parameter. The class contained beautiful method/way to create custom pagination by using css and added attributes.
db_process
Class to handle query results:
* combine two results
* sort results
* group results
* get results by key(s)
* rename keys in results
* get an array extracted by identifi