Wednesday, 25 June 2008

PHP Object Basics

I have written up a little how to on using PHP objects. The article is by no means comprehensive and only covers some of the basics. But I did learn quite a bit trying to write it. The PHP __call method is very interesting and I had no idea it even existed.


Since I bounce between languages so much, I needed a simple summary example showing standard syntax for regular and static objects. The static syntax always throws me off and I was getting tired of having to repeatedly look that stuff up.



No comments:

Post a Comment