I'm looking for a way to set app-level variables that is standard. Obviously I could define global variables through PHP, or I could do some define() statements somewhere. It'd just be nice to not have to fish something like 'what email address should I send notification emails to' from the database, or from global state. Is there a conventional way of doing this?