Page 5 of 5
Re: OO concepts
Posted: Fri Feb 06, 2009 12:02 am
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.
Re: OO concepts
Posted: Fri Feb 06, 2009 12:06 am
by JAB Creations
Sure, there were a couple instances I thought it might be helpful, only reason I posted them.
Re: OO concepts
Posted: Fri Feb 06, 2009 12:14 pm
by josh
And its not a file system, either, technically
Re: OO concepts
Posted: Sat Feb 07, 2009 9:28 pm
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.
Re: OO concepts
Posted: Sat Feb 07, 2009 9:34 pm
by Eran
That's new, a spam-bot that reprints posts...
Re: OO concepts
Posted: Sat Feb 07, 2009 11:45 pm
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.
Re: OO concepts
Posted: Sun Feb 08, 2009 2:38 am
by Eran