Creating your own library in CodeIgniter
You setup CodeIgniter and you see how it really helps your life as a developer doing you job. But you want your codes to be reusable into your other projects. Yes you can say i’ll just copy-paste the codes, but there’s more elegant idea, build it as a library. What […]
FROST
FRee and Open Source Technologies
Creating your own library in CodeIgniter
PHP Caching using Memcached
Why cached? It’s simple, you want speed. How? Say you have search application on your php webapp that yields thousands of results. Of course these are divided in a nice paginated links. Without caching, everytime the user jumps from each paged result links, your app will query your database, which adds overhead.
By using caching, you’re […]

February 02, 2008 
