News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Vidyut Luther's Blog:
Where do you "define" your environment/global settings?
January 20, 2006 @ 06:44:36

From Vidyut Luther today, there's this new post that asks the question "Where do you 'define' your environment/global settings?"

I was wondering how people handled this situation themselves. I'm personally trying to decide whether my constants be in the class files, or a global configuration file. Right now I have a global.conf.php which contains things like (MySQL login info, include paths, table names).

So, my question is: Is it better to have one big configuration file, or should some things be defined on top of the individual classes ? (CONTACTS_TABLE.. is a clear example). I see pros and cons for both approaches.

He lists out pros and cons for the "one file approach" versus the "multiple specific definitions" method, for example:

  • simple editing vs. easier to manage
  • a single large file vs. multiple small files
  • high memory usage on every page vs. lower memory consumption from loading only what's needed
0 comments voice your opinion now!
php define global settings multiple file single large small php define global settings multiple file single large small



Similar Posts

WeberDev.com: PHP 101 (part 11) - Sinfully Simple (SimpleXML)

SitePoint PHP Blog: PHP\'s \"doggie\" easter egg

PHPBuilder.com: Using XML - A PHP Developer\'s Primer (Part 4) - XML-RPC, PHP and Javascript

Paul Reinheimer\'s Blog: Advanced PHP Programming

Matthew Weir O'Phinney's Blog: Phly_Struct? no, Phly_Hash...


Community Events









Don't see your event here?
Let us know!


conference ajax security mysql package release PHP5 code PEAR database releases framework job zendframework application developer zend cakephp example book

All content copyright, 2009 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework