Welcome Guest, Not a member yet? Register   Sign In
General library question
#19

[eluser]stevezissou[/eluser]
Mmm, I'll check out your advanced loader idea.

For me, I just create a separate source folder and follow a similar file/folder convention to Java and store all my logic and objects that are clearly separate from controller logic in this source folder. (Within the source folder I am also creating sub-folders too for everything.) Then I can "import" any class I need and use it in a standard object oriented manner. With this practice, I can make abstract classes and interfaces easily, use design patterns and just keep everything nice and clean. I also create a common constant file where I store common variables like MySQL statement strings and things of that nature (so I have nothing hardcoded anywhere).

This way I have a clear and clean separation of all things. If you are using PHP5, PHP even extends this practice by giving you autoload support now.

-Can you call me Stevesy?
Hahaha...only if you can locate a pair of Steve Zissou adidas.


Messages In This Thread
General library question - by El Forum - 02-05-2008, 05:11 PM
General library question - by El Forum - 02-05-2008, 08:31 PM
General library question - by El Forum - 02-05-2008, 09:03 PM
General library question - by El Forum - 02-05-2008, 10:02 PM
General library question - by El Forum - 02-05-2008, 10:58 PM
General library question - by El Forum - 02-06-2008, 09:41 AM
General library question - by El Forum - 02-06-2008, 10:40 AM
General library question - by El Forum - 02-06-2008, 11:13 AM
General library question - by El Forum - 02-06-2008, 11:26 AM
General library question - by El Forum - 02-06-2008, 11:37 AM
General library question - by El Forum - 02-06-2008, 12:00 PM
General library question - by El Forum - 02-06-2008, 12:05 PM
General library question - by El Forum - 02-06-2008, 05:08 PM
General library question - by El Forum - 02-06-2008, 05:25 PM
General library question - by El Forum - 02-06-2008, 05:26 PM
General library question - by El Forum - 02-06-2008, 11:14 PM
General library question - by El Forum - 02-07-2008, 07:06 PM
General library question - by El Forum - 02-07-2008, 07:27 PM
General library question - by El Forum - 02-10-2008, 11:24 AM
General library question - by El Forum - 02-10-2008, 10:31 PM
General library question - by El Forum - 02-10-2008, 10:34 PM
General library question - by El Forum - 02-11-2008, 08:52 AM
General library question - by El Forum - 02-11-2008, 10:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB