thd/apps/frontend/modules/search/actions/actions.class.php
author ymh <ymh.work@gmail.com>
Thu, 29 Sep 2011 11:51:40 +0200
changeset 56 47bcd0523f81
parent 35 94a1dc255022
permissions -rw-r--r--
dsadasd

<?php

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