· 24/11/2012 · Getting the server url / domain in ZendFramework

Sometimes, you need to be able to retrieve the current server url / domain from within you...

· 24/11/2012 · ZendFramework get current module / controller / action

If you need to get the current module, controller, or action using ZendFramework, you can ...

· 24/11/2012 · Setting a page title in Zend Framework

Having a title element on your page is essential. It gives users a quick preview of the pa...

· 19/11/2012 · Autoloading Classes with PHP

Thankfully, long gone are the days of manually specifying require() or include() for every...

· 19/11/2012 · Validating URL's with PHP

PHP is all about validation. If you don't validate then somewhere along the line, your app...

· 19/11/2012 · Controlling the HTTP Response Code with PHP

Handling a HTTP Response is an essential part to any RESTful service. Mobile and Web Clien...

· 17/11/2012 · Validating MongoId _id with PHP

In PHP, validation is essential for everything you do. I've needed to know recently whethe...

· 14/07/2012 · PHP convert array to object

Just had to write a little bit of code I thought I'd share with you. I've found myself ...

· 06/07/2012 · Removing those ugly LastPass divs in Chrome

As you would guess, I'm frequently testing various authentication systems. Now, before you...

· 29/06/2012 · Google Cloud Messaging - GCM in Zend Framework PHP

Ok, exciting times! I can't believe that it's IO time again for Google. This year is amazi...