# Structure: # # foo_controller: # pattern: /foo # defaults: { _controller: foo_sevice:method } # # The above will be accessed via app.php/foo and it will instantiate the # "foo_service" service and call the "method" method. #