Re: [PHP] Quick organizational question...

2007-02-20 Thread Richard Lynch
As a beginner this is probably a Bad Idea to try to implement... You'll probably do it "wrong" anyway, on top of the mistakes you'll make building the application in the first place. Unless you have a lot of time to research MVC (Model View Controller) setups, and figure out what makes them tick,

Re: [PHP] Quick organizational question...

2007-02-17 Thread Mike Shanley
Thanks very much Pete! Sound advice! Peter Lauri wrote: Hi, No matter the size of a project using includes and config files are always a good way to go. -- Mike Shanley ~you are almost there~ "A new eye opens on March 5." -Omniversalism.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] Quick organizational question...

2007-02-16 Thread Peter Lauri
Hi, No matter the size of a project using includes and config files are always a good way to go. In the include file I would (as it states) include all main files that are common for all pages. Such as a DB class (if common), template classes, etc. In the config file (or you can call it define f