Categories
-
Recent Posts
Archives
Powered by DreamHost
This site is powered by DreamHost, after trying a few other companies I settled on these because of the flexibility of their hosting, you can quite literally do almost anything on them!
Category Archives: How to
Using php.activerecord with Zend Framework
Recently I’ve been learning Ruby, and at the same time Rails, with it I’ve learnt alot of good standardised ways of things to do, but without a doubt the most powerful part of Rails, for me, was ActiveRecord. So I had a search around the net and came across this fantastic little ActiveRecord implementation in PHP, called php.activerecord. In fact its so amazing I thought I would write a little guide for you to get up and running quickly with it. Continue reading
How to create a Zend Controller Plugin
Ever wondered how to create a nifty little Controller Plugin for Zend Framework that will build your navigation for you and automatically send it down to the view for use in your view and layout scripts? Well here is something you might find handy. It shows how to register your controller plugin, and a basic overview of what a navigation controller plugin might look like. Continue reading