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 :
- How to Create an Object-Oriented Blog Using PHP
- Survive The Deep End! : an electronic book about Zend Framework ; still work in progress, but the example is a blog application
- Practical symfony : jobeet : not a blog application, but if you want to start using symfony, it's probably the best documentation you'll find.
- Classes and Objects : the OOP section of the PHP manual -- not quite a big example, but reading it can absolutly not hurt ;-)
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
2009-10-07 04:32:45