Page 1 of 1
Help me please in OOP
Posted: Wed Jul 18, 2007 7:25 am
by hesham2012
Hello everyone i'm a developer with php classic and i approximately know nothing about PHP Object Orianted. i want to learn
PHP Object Orianted but i cant find a good sources all i found just articles. i wish i can find a video tutorial with a curriculum and
examples from the beginning.if anyone can help me i will appreciate this .
Thank you all
Posted: Wed Jul 18, 2007 7:51 am
by Begby
Its object oriented, not orianted. That might help in your searches.
Object oriented programming is not limited to PHP. PHP just has a specific implementation of it. If you want to learn how to program php using objects, then the best place to start is learning about object oriented theory, like what a class is, what inheritance is, and what polymorphism means etc. There are a ton of books on the subject and you don't need one that has PHP examples, its fine if the examples are in Java and C.
After you get a thorough understanding of OOP theory, then you should have no problem jumping in and using objects in PHP.
Posted: Wed Jul 18, 2007 10:05 am
by Chalks
That's true. I learned Java before I even started with php, and it has helped me tremendously.
Java docs on OOP programming
Posted: Wed Jul 18, 2007 10:43 am
by pickle
You might want to take your email address down, or at least change it so spammers can't get it.