Because this component should be very flexible, it has a vast
amount of configuration options and ways to modify its behavior.
Advanced dispatching will be needed if you intend to modify
other attributes not allowed in run().
<?php
$app = Zym_App::getInstance();
$app->setEnvironment(Zym_App::ENV_PRODUCTION);
$app->setConfig('../bootstrap.ini');
// Dispatch
$app->dispatch();