thd/apps/frontend/modules/search/actions/actions.class.php
author Gautier Thibault <gthibault@universcine.com>
Tue, 22 Sep 2009 16:40:38 +0200
changeset 35 94a1dc255022
permissions -rw-r--r--
Commit the all thd project created with the framework symfony

<?php

class searchActions extends sfActions
{
 
  public function executeIndex(sfWebRequest $request)
  {
	$this->forward('search', 'viewSearchList');
  }
}