thd/apps/frontend/modules/search/actions/actions.class.php
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 03 Oct 2012 11:13:07 +0200
changeset 89 6d4080795fbb
parent 35 94a1dc255022
permissions -rw-r--r--
bonsoir helloW

<?php

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