OO concepts

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: OO concepts

Post by Chris Corbyn »

JAB Creations wrote:
Chris Corbyn wrote:I think he was just stating that many novice developers try to bundle all code into a really massive PHP file rather than making it more modular.
diG1tY, see this thread for an example of my PHP file system.
JAB, I'm not sure what you're doing but can you please stop sending everyone to look at "your file structure". It's not "the" solution to everyone's problem and it's not really got anything to do with OO concepts. I'm just clicking through links on this forum and you seem to be pasting a link to your thread in a number of places for some reason.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: OO concepts

Post by JAB Creations »

Sure, there were a couple instances I thought it might be helpful, only reason I posted them.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: OO concepts

Post by josh »

And its not a file system, either, technically
zephyrus
Forum Newbie
Posts: 3
Joined: Sat Feb 07, 2009 9:20 pm

Re: OO concepts

Post by zephyrus »

That's right. Object oriented programming is a methodology for handling complexity in software development. It is certainly not required in PHP, which is procedural in its roots. Object oriented programming is a powerful technique, but is much less intuitive to use than procedural programming - for that reason, I would recommend that you focus on understanding procedural programming first, using basic control structures and simple functions to manage your code.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: OO concepts

Post by Eran »

That's new, a spam-bot that reprints posts...
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: OO concepts

Post by josh »

Hah, as alan turing says, if the machine is rational, it is pointless to question wether it can think. It is it's own entity and therefore should be allowed to post! Equal rights for all, yall! hah just kidding of course.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: OO concepts

Post by Eran »

:P
Post Reply