in reply to Global application properties management

Look at AppConfig and maybe create a singleton instance of that to use (e.g. $p = Properties->instance(); ... print $p->root_path; ...)