thd/apps/frontend/modules/search/actions/actions.class.php
author hurons
Fri, 04 Dec 2009 15:05:17 +0100
changeset 40 a988d42523ba
parent 35 94a1dc255022
permissions -rw-r--r--
test commit hello

<?php

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