simplysidy Posted January 15, 2014 Posted January 15, 2014 Well, PHP is now getting ready to become completely object oriented. I have been searching all across the Internet and the bookstores online for helping me find anything which could teach me how to design and develop websites using Object Oriented PHP. Almost tutorials online that I have found thus far, have discussed the Object oriented concepts, terminologies and such basics using PHP. Unfortunately, I still have not found anything that tells me, okay, this is how you should get the website displayed or developed when you use Object Oriented PHP. Does anyone out here know of any place or book where I can learn and master the art of developing websites using PHP and Object Oriented concepts? Quote
Administrators Nathan Posted January 17, 2014 Administrators Posted January 17, 2014 Can you give an example link of what you mean by object oriented? Quote
crazycroc Posted January 18, 2014 Posted January 18, 2014 Try this: http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/ MVC or model view controller is a very popular design for software these days and this tutorial uses object oriented PHP to implement a website. Quote
Administrators Nathan Posted January 20, 2014 Administrators Posted January 20, 2014 Ah an MVC got ya. Thanks for the tutorial, may look into it with my project management system project. Quote
crazycroc Posted January 22, 2014 Posted January 22, 2014 Well, MVC is not the only method. I just mentioned it because it is very popular for new software packages these days but there are also lots that use different design patterns although object oriented programming really only becomes useful when you are dealing with large projects and complex data structures. Not so much with simple form parsing or user logins. Quote
simplysidy Posted January 23, 2014 Author Posted January 23, 2014 (edited) Try this: http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/ MVC or model view controller is a very popular design for software these days and this tutorial uses object oriented PHP to implement a website. looks great. I always thought the MVC was for codeignitor. But yes, this tutorial is much different from what I had been reading. Technically I guess, I was more into simpler Object Oriented Codes as mentioned on sites like - http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/ http://www.tutorialspoint.com/php/php_object_oriented.htm http://www.tuxradar.com/practicalphp/6/19/0 (this was my favorite as this one had at least a working example - though very very simple) and I needed to extend this. But for now, I think the MVC is the way to go and I will be reading through their Posts and Parts. Edited January 23, 2014 by simplysidy Quote
molinamorgan Posted June 16, 2018 Posted June 16, 2018 If you are looking for website design or website development then you need to visit Blueastral one of best Web design company in San Jose Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.