symphony controller - sinsunsan/archiref_wiki GitHub Wiki

indexAction

defaults: { _controller: project:Search:index } Will call in the controller with the methode indexAction

class SearchController extends Controller
{
    public function indexAction()
    {

The response object

http://symfony.com/doc/current/book/controller.html#the-response-object