Introduction
PHP is a remarkable language, and Object Oriented Programming (OOP) is a remarkable concept. With object oriented design at the heart of PHP 5 and 6, developers can’t afford not to use it; it is a fundamental skill in increasing demand. This tutorial will introduce the basics of OOP in PHP5, and will show some of the major improvements from previous versions. We are just going over the basics, and will save the more advanced features for a future post.
OOP Basics in PHP 5
Results 1 to 7 of 7
Thread: OOP Basics in PHP 5
- 30 Mar. 2010 01:31pm #1
OOP Basics in PHP 5
- 31 Mar. 2010 01:16am #2
- 31 Mar. 2010 09:15pm #3
Cool. Now I know how classes work.
I never bothered to learn to use them since I keep putting off every major project I've considered in the last several months.
Anyway, thanks
- 03 Apr. 2010 08:12pm #4
OOP is overrated. People use OOP for things that certainly do not require it, thus making the overall program more bulky and slower to parse. I've only needed OOP maybe twice ever, so I can't say I understand the OOP craze.
- 03 Apr. 2010 08:33pm #5
OOP Is very useful
Like, when im editing and adding some functionality to the Multibot Framework.
It helps.
Even if you dont use it.. Great thing to know.Shh, I'm watching My little pony.
- 05 Apr. 2010 04:19am #6
- 28 Apr. 2010 11:33am #7