technotool Posted June 27, 2008 Share Posted June 27, 2008 does anyone know of a OOP tutorial which builds an application, shopping cart or blog site, with explanations. I made a moonleap in understanding after I read a tutorial on building a shopping cart using PHP. I was able to port many of the concepts to make some real world php applications. If there was a good OOP tutorial on building a shopping cart or other application. I know that I would and others would be thankful for the input and the learning. sinicerely technotool Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted June 27, 2008 Share Posted June 27, 2008 You don't need a tutorial that teaches you how to build a specific system. You need to combine different concepts into one project. You may find this blog post by thorpe useful. Quote Link to comment Share on other sites More sharing options...
keeps21 Posted October 24, 2008 Share Posted October 24, 2008 I found this tutorial quite useful. http://www.killerphp.com/tutorials/object-oriented-php/php-objects-page-1.php Quote Link to comment Share on other sites More sharing options...
DarkWater Posted October 24, 2008 Share Posted October 24, 2008 I found this tutorial quite useful. http://www.killerphp.com/tutorials/object-oriented-php/php-objects-page-1.php It's outdated. PHP's OOP system has developed far past what is covered in that tutorial. Quote Link to comment Share on other sites More sharing options...
kenshintomoe225 Posted October 26, 2008 Share Posted October 26, 2008 I would recommend checking out some generalized OOP books that look at the topic in depth. If a language is calling itself OO, the techniques and features you learn about in one of these books will apply. It's definitely worth looking into as you can then apply what you learn to tons of other languages and platforms. Here are some suggestions: http://www.amazon.com/Object-oriented-Programming-Brad-Cox/dp/0201103931 http://www.desy.de/gna/html/cc/Tutorial/tutorial.html and a google search for Object Oriented Programming will get you tons of results. 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.