setControllerDirectory('../application/controllers'); // Set the current environment // Set a variable in the front controller indicating the current environment -- // commonly one of development, staging, testing, production, but wholly // dependent on your organization and site's needs. $frontController->setParam('env', 'development');