Actually, even PHP 4 can do OOP... sort of. OOP under PHP 4 doesn't enforce anything like private or protected methods and properties. PHP 5 does. If used correctly, it can really promote good coding and code reuse. The autoload feature is definitely worth looking into, but it does require a move to PHP 5 since it doesn't exist in PHP 4. I am definitely planning on doing some more posts on PHP 5 and OOP. I'll probably even come back to more advanced autoload stuff in the future as well.
Thanks, David On 12/1/06, Derek Nugent <[EMAIL PROTECTED]> wrote: > > Many thanks for that > > I didn't know you could do classes in PHP... the autoload feature seems > very worth while. > > More... more > > Many thanks > > [Non-text portions of this message have been removed]
