aniesh82 Posted August 13, 2008 Share Posted August 13, 2008 Hi, I would like to study and follow object oriented programming in my future works. To get the practical knowledge about the OOP, I would like to go through any website built on php class. Can anyone suggest a site where I can download the source code freely? so I can study the class concept and its usage on real situation. thank you, php developer, India. Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/ Share on other sites More sharing options...
DarkWater Posted August 13, 2008 Share Posted August 13, 2008 You can check out the internals of CakePHP or Zend (I'd probably recommend the latter for "best practice") if you want to get an idea of how some things are done. Most "Build an OOP Site" tutorials are utter garbage, so I don't know of any other open-source ones that are actually worth learning from. Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-615779 Share on other sites More sharing options...
aniesh82 Posted August 13, 2008 Author Share Posted August 13, 2008 Thank you for your reply. I will check on Zend framework. It helps me to study a framework also.. Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-615821 Share on other sites More sharing options...
stbalaji2u Posted August 15, 2008 Share Posted August 15, 2008 where to find the internals of Zend tell me the site pls.... Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-617131 Share on other sites More sharing options...
ignace Posted August 15, 2008 Share Posted August 15, 2008 http://framework.zend.com under downloads you can find subversion Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-617230 Share on other sites More sharing options...
knowj Posted August 15, 2008 Share Posted August 15, 2008 I would reccomend also looking at PHP 5 Objects, Patterns and Practice (book) I found it very helpful when learning the OOP concepts. I am still unable to find anywhere to learn best practice./ Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-617467 Share on other sites More sharing options...
phpoet Posted September 7, 2008 Share Posted September 7, 2008 I highly recommend checking out either CodeIgniter or Kohana. Kohana started as a PHP5 fork of CodeIgniter and has since developed into a great PHP framework. CodeIgniter has a larger community of users though. I think they are by far the best PHP frameworks available. Especially since it's very easy to integrate the Zend Framework into them if you would like to take advantage of some of the Zend Functionality. Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-636127 Share on other sites More sharing options...
stuffradio Posted September 7, 2008 Share Posted September 7, 2008 I also give a +1 to using CodeIgniter Quote Link to comment https://forums.phpfreaks.com/topic/119531-website-created-on-oop/#findComment-636174 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.