OOP PHP tips and tricks and example on Wordnik API

Jan 20, 2011 1 Comment by

Today I am going to show some tips and tricks in Object Oriented PHP. The best thing to explain some things is to build a small application. I am going to use Wordnik API and build a small dictionary application.

Tutorials Read more

Anonymous or lambda functions in PHP

Nov 22, 2010 1 Comment by

Lambda or anonymous functions allow the quick definition of throw-away functions that are not used elsewhere.

Expert, Tutorials Read more

Autoload your classes in PHP

Oct 06, 2010 12 Comments by

PHP 5 has brought some nice features. One of my favorite is auto loading classes that you need. Today’s quick tip will show you how to do it properly.

Tips Read more