I wanted to take a few moments to talk about some of "the basics" that are all-to-often glossed over... A Matter of Style In general, I find that most PHP programmers fall into one of three main programming styles: procedural: a simple ordered set of instructions, nested if's/ else's, etc.functional: functions are little code containers that you can call on when needed. You [usually] give them arguments, they [usually] return values to you.object-oriented: ...
if
else
Updated 12-17-2012 at 03:49 AM by traq