Help me please in OOP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hesham2012
Forum Newbie
Posts: 8
Joined: Fri Mar 09, 2007 11:34 pm

Help me please in OOP

Post 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
Last edited by hesham2012 on Thu Jul 19, 2007 9:05 pm, edited 1 time in total.
Begby
Forum Regular
Posts: 575
Joined: Wed Dec 13, 2006 10:28 am

Post 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.
User avatar
Chalks
Forum Contributor
Posts: 447
Joined: Thu Jul 12, 2007 7:55 am
Location: Indiana

Post 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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

You might want to take your email address down, or at least change it so spammers can't get it.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply