Jump to content

Object Oriented WebSite Development using PHP... How?


simplysidy

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by simplysidy
Link to comment
Share on other sites

  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...