PHP ActiveRecord with PHP 5.3

by Jacques Fuentes on May 14, 2009

Update! Find the latest here. PHP 5.3 gets ActiveRecord! A quick search to find an implementation of active record for php on google is discouraging when one considers the state of ActiveRecord for Ruby on Rails. The reader will notice (…)

Read the rest of this entry »

PHP on Rails – The Flash

by Jacques Fuentes on December 15, 2008

Last week I wrote an article about extending my framework (Pho framework courtsey of Kien La) to DRY your code and to be more similar to Rails. Today, I would like to present to you another class that will help (…)

Read the rest of this entry »

PHP on Rails

by Jacques Fuentes on December 8, 2008

Adding conventions to DRY our code This article will provide a few snippets of code that I have recently plugged into the custom PHP framework that I use. However, those of you whom use and are more familiar with popular (…)

Read the rest of this entry »