PHP OO programming references? Sep22 '05
I’ve been looking for a good reference on object oriented programming, in PHP - but I’ve had no luck.
Most references found on the web attempt to explain OO programming by using abstract concepts, real-world objects, and confusing words to explain something that is supposed to be simple. For instance, comparing programming to microwaves, or bicycles is not helpful, for a beginner.
I’m not so much a beginner at PHP - I’m a beginner at learning OO concepts - and I’d like to convert my existing PHP functions over to an "OO approach."
That’s all I really want to know.
Taking existing functions, and converting them to classes.
I don’t need the long-winded, metaphysical jargon. Just tell it to me straight.
Categories: PHP
, Programming
, Web Development ![]()
Add Feedback (view all)
Leave feedback
There are two boks that I recommend, ... Read more.
Thanks Jennifer and Tim. I'll be sure to ask both of you questions, when I get stuck with something... ... Read more.
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Similar Entries
- PHP: Skipping index page call in URL (147 recent visits)
- PHP project: convert times to numbers (302 recent visits)
- PHP – passing variables across pages (8598 recent visits)
- Install Apache, PHP, MySQL on Windows (166 recent visits)
- Code mnemonics: PHP implode/explode (378 recent visits)
- Swap banner image with CSS and PHP (658 recent visits)
Stats
7 unique visits since August 2008
They really compare programming to a microwave or bicycle? Or are they just using microwaves and bicycles as examples of objects, and you want som ... Read more.