This is a discussion on "Object Orientated Programing?" within the PHP Forum section. This forum, and the thread "Object Orientated Programing? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Object Orientated Programing?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Object Orientated Programing?
I am looking for a book or set of of online tutorials which cover object orientated programing with php. I starting learning about 2 months ago and am reaching an intermediate level. I am already becoming aware of a few bad programming habits and would like to learn to program in a neat and productive way.
I have had a look on amazon and the books on there are met with some seriously mixed reviews. Can anyone recommend anything? |
|
|
|
|||
|
Re: Object Orientated Programing?
OO techniques are one of those things that I have found to be much better taught than read from a book or tutorial, both of which lack interaction and the dynamics needed to learn both the principles concerned and how they can be practically applied. That's probably why the book reviews are so mixed!
Personally, I teach OO techniques in relationship to how it's applied in PHP (and some other languages too) and find that the very best approach is to start with an actual application or hobby / leaisure interest of the th students. By far the best way to relate! |
|
|||
|
Re: Object Orientated Programing?
Quote:
Some applications are screaming out to use OO techniques, especially where you want to encapsulate and test logic section by section, and where you can make significant gains from inheritance and polymorphism. But for others, where such gains would be limited, OO can add an extra layer your could do without. |
![]() |
| Tags |
| object orientated programing |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Object ID firefox help | russtuk | Web Page Design | 1 | May 21st, 2007 15:21 |
| ufo object issue in IE | jwalker80 | JavaScript Forum | 0 | Feb 25th, 2007 14:14 |
| <object> mayhem :) | BigWings | Web Page Design | 15 | Dec 12th, 2006 20:40 |
| Object Detection | RobinDeanDotCom | JavaScript Forum | 4 | Sep 11th, 2006 18:30 |