array( 'controller' => 'Trip\Controller\TripController', 'de_action'=>'index' ), PRE_PATH.'/base' => array( 'controller' => 'Trip\Controller\BaseController', 'de_action' => 'index', 'SEND_MESSAGE'=>'true' ), PRE_PATH.'/runs' => array( 'controller' => 'Trip\Controller\RunsController', 'de_action' => 'index', 'SEND_MESSAGE'=>'true' ), );