PHP Namespaces Explained

Posted on the 20th of May 2013.

In PHP version 5.3 a new feature known as namespacing was added to the language. Many modern languages already had this feature for some time, but PHP was a little late to the scene. None the less, every new feature has a purpose, let’s find out why PHP namespaces can benefit our application.

Read more →

Composer primer

Posted on the 14th of April 2013.

Please note that this article acts as an introduction to Composer to be included with my upcoming title 'Code Bright' for Laravel. However, it could just as easily represent a guide to composer for newcomers without the intention of using the Laravel framework. Enjoy!

Read more →

Laravel 4 Primer: JSON

Posted on the 13th of April 2013.

Welcome to one of the Primer topics within Code Bright.

Hey this chapter wasn’t in Code Happy!?

As a true fan of Code Happy I just can’t put anything past you! Well done loyal reader!

Read more →