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
Help me please in OOP
Moderator: General Moderators
-
hesham2012
- Forum Newbie
- Posts: 8
- Joined: Fri Mar 09, 2007 11:34 pm
Help me please in OOP
Last edited by hesham2012 on Thu Jul 19, 2007 9:05 pm, edited 1 time in total.
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.
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.
That's true. I learned Java before I even started with php, and it has helped me tremendously.
Java docs on OOP programming
Java docs on OOP programming