Bill Koerner - 2012-03-21 20:33:53
Manuel,
Thanks for the article, it helps because I understand OOP, and have seen some use in PHP coding, but I never had the time to understand the semantics of using the classes.
Also, I have a website that, I believe, is still running PHP 4.3, and I know that classes won't work on that version, or is severly limited(?). I remember trying to use some of the sample classes on the PHPClasses site, but had to either butcher them or give up because the functionality wasn't supported.
I also dabble with the PHP-Nuke CMS for my website, and this has me thinking about whether the current version really uses classes, or if it would make sense to figure out how to convert the global variables into classes... How familiar are you with PHP-Nuke?