The Little Guy Posted June 12, 2007 Share Posted June 12, 2007 Where can I get started to learn about OOP? Somewhere other than PHP.net. basically Somewhere where there are walk thoughs of OOP, like when you first start to learn, and they teach it like their talking to a 5th grader, I would like one of those walk thoughs... Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/55309-learning-oop/ Share on other sites More sharing options...
Link Posted June 13, 2007 Share Posted June 13, 2007 Do you have a basic knowledge of PHP as a language and syntax? Quote Link to comment https://forums.phpfreaks.com/topic/55309-learning-oop/#findComment-274119 Share on other sites More sharing options...
obsidian Posted June 13, 2007 Share Posted June 13, 2007 Do you have a basic knowledge of PHP as a language and syntax? You don't really have to have a knowledge of a specific language or syntax in order to get a handle on OOP principles. There are many different languages that support OOP, and the basic idea behind the application structure is the same for all of them, and it is completely language independent. I would recommend someone start with something like this page from SUN: http://java.sun.com/docs/books/tutorial/java/concepts/ It's geared towards Java, but the principles can be applied across the board. Another great read for you would be this Wikipedia entry: http://en.wikipedia.org/wiki/Object-oriented_programming Quote Link to comment https://forums.phpfreaks.com/topic/55309-learning-oop/#findComment-274151 Share on other sites More sharing options...
Cobby Posted June 16, 2007 Share Posted June 16, 2007 Ever considered googling for a PHP OOP Tutorial? That how I learnt/learning. But I am considering get a book, there soo much easier. Also check out what tutorialized.com can find you. Cobby Quote Link to comment https://forums.phpfreaks.com/topic/55309-learning-oop/#findComment-276045 Share on other sites More sharing options...
448191 Posted June 16, 2007 Share Posted June 16, 2007 If you want a kick start to basic OOP, you could read my tutorial: http://www.phpfreaks.com/tutorials/150/0.php It's not as good as a book, naturally, but it does cover almost all syntax and the most basic of principles. Quote Link to comment https://forums.phpfreaks.com/topic/55309-learning-oop/#findComment-276067 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.