
Originally Posted by
DrByte
I'm not following you. Surely there's a "why" behind your questions.
At the strictly technical level, yes, you can set a PHP define in a .php file, sometime before the database values are read. But, then your database settings don't actually match what you're forcing the system to do, meaning that you are creating inconsistencies, resulting in difficulties in supporting and diagnosing problems or unexpected behaviors, etc.
Again, it really depends on what sort of "configurable values and strings" you're contemplating, and why.
Are you trying to write some sort of addon that bypasses normal already-configured behaviors? If so, it would seem you're getting into dangerous territory.
But, without knowing the "why" behind your inquiries, it just seems you're poking in dangerous territory.