Archive for the “PHP” category
Extensible PHP Caching Library
by Justin Leider on April 23, 2010
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. (…)
PHP Google Analytics API
by Clay vanSchalkwijk on July 8, 2009
GAPI 1.3 released this past month. First, read the Google Analytics Data API Reference and then read up on dimensions, metrics, and valid combinations of the two. The quotas apply to a single web property, so each analytics profile (site1, (…)
PHP Rapid Application Development with ZF1.8 and AR
by Clay vanSchalkwijk on May 21, 2009
In the days since I began programming in PHP the web has come a long way. With the 5.3 release of PHP, the OOP side of things are finally getting a much needed polish. In the past year there’s been (…)
PHP ActiveRecord Available for Beta Testing
by Kien La on May 19, 2009
We’ve been working hard to get this ready for people to start poking around in and we’re happy to announce that it’s now ready for public beta testing! You can grab it from http://github.com/kla/php-activerecord/. Play with it… break it… and (…)