harrywolves Posted February 10, 2011 Share Posted February 10, 2011 Hi people, I want to create a simple blog entry system, that add amends and delete using OOP. does anybody know any tutorials out there, that can point me in the right direction much appreciated, thank you Link to comment https://forums.phpfreaks.com/topic/227295-web-20-oop/ Share on other sites More sharing options...
ChemicalBliss Posted February 10, 2011 Share Posted February 10, 2011 Depending how much you know, you have asked a few questions . How to program PHP in OOP style. (Big question with lots of - sometimes different, answers) How to create a BLOG in PHP How to create a User Interface (So you can administrate) How to manipulate a database so you can edit etc The first question is priority since you will only rewrite your code once you learn it. So, there are a few tutorials out there that are great for beginners and teach the basic principles of OOP in PHP. Though the true scale of OOP can be a bit daunting it can be tackled in stages. I would reccommend trying different tutorials for simple scripts (blogs is actually a good start), so you can get a good feel of how different data can be handled using the OOP method. http://lmgtfy.com/?q=php+blog+oop hope this helps Link to comment https://forums.phpfreaks.com/topic/227295-web-20-oop/#findComment-1172475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.