tags:

views:

63

answers:

3

Where can find a very good PHP CMS/BLOG tutorial with objects and classes?

+1  A: 

Not sure you will specificaly find a tutorial that'll teach you how to create a blog/CMS and be "good", but you might take a look at least at those links :

The two links about Zend Framework and symfony are here for a reason : if you do want to develop an application, to learn useful stuff, it might be a good idea to learn using a framework in the same time ; and those two are amongst the best and most used PHP framework out there.

Have fun !

Pascal MARTIN
A: 

http://killerphp.com/

Phill Pafford