This web development blog features fresh articles for web technologies with topics from SOLR, PHP, Franeworks, SQL, Ruby, Machine..
| Home | My Account | Directories |
Extensible PHP Caching Library
Published on 2010-04-23 12:31:43
Everyone has probably already seen every caching class there ever was and ever will be. However, when I was searching for a class that could easily be switched from one data store to the next I couldn't find a thing. (…)Read the rest of this entry »
ActiveRecord and Zend_Paginator_Adapter_Interface
Published on 2009-10-29 09:29:07
Zend has a lot of tools to help speed up the application development process. One such tool I found useful, was Paginator. I am using php-activerecord in my project using Zend_Framework as the backend, to tie the two together is (…)Read the rest of this entry »
PHP Content Rating / Confidence
Published on 2009-09-01 16:15:51
For those web masters dealing with user feedback looking to weight content finding the right algorithm can be challenging. From experience, there is going to be no out of the box solution since each site and the requirements will be (…)Read the rest of this entry »