blog.macoymejia.com
Data cache routine in PHP using CodeIgniter
This routine stores and reads temporary data to and from a file that can be used for minimizing database query. # save object or array to a file. function save_cache($username, $file, $data)…