I’m trying to learn to use PHP with an object oriented scheme. I think I understand the concept but I need real example, a forum exactly (the closest to what I want to do).
I know PhpBB but it’s maybe too complicated to fully understand it so I’m looking for something simpler but still in object oriented.
Do you know any ?
Thank you
Vanilla http://vanillaforums.org/, has a really nice api, especially V2, currently in development. Uses MVC. It is also the lightest forum I know.
With that said, you might want to read a book on this subject as well this thread (https://stackoverflow.com/questions/90924/what-is-the-best-php-programming-book) has some nice lists.