simplysidy Posted January 15, 2014 Share 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 Link to comment Share on other sites More sharing options...
Administrators Nathan Posted January 17, 2014 Administrators Share Posted January 17, 2014 Can you give an example link of what you mean by object oriented? Quote Link to comment Share on other sites More sharing options...
crazycroc Posted January 18, 2014 Share 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 Link to comment Share on other sites More sharing options...
Administrators Nathan Posted January 20, 2014 Administrators Share Posted January 20, 2014 Ah an MVC got ya. Thanks for the tutorial, may look into it with my project management system project. Quote Link to comment Share on other sites More sharing options...
crazycroc Posted January 22, 2014 Share 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 Link to comment Share on other sites More sharing options...
simplysidy Posted January 23, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
molinamorgan Posted June 16, 2018 Share 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 Link to comment Share on other sites More sharing options...
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.