thd/apps/frontend/modules/search/actions/actions.class.php
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 11 May 2016 13:48:08 +0200
changeset 98 bb1d25d50d73
parent 35 94a1dc255022
permissions -rw-r--r--
Commentaire

<?php

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