Tag archives for PHP on Rails
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 extend your framework in similar fashion.
The Flash
If you aren't familiar with the way RoR uses "flash" messaging, you can take a ...more»
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 frameworks may be able to use this as well. I decided a few days ago to alter this custom framework in ...more»