Ajout des vues

This commit is contained in:
Michael RICOIS 2011-02-16 15:47:05 +00:00
parent 5df479bf49
commit 9fd2d71e54
5 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,9 @@
<?php
class RechercheController extends Zend_Controller_Action
{
protected $appConfig;
public function init()
{
/* Initialize action controller here */
$this->view->headLink()->appendStylesheet('/themes/default/styles/recherche.css', 'all');
}
@ -25,8 +23,13 @@ class RechercheController extends Zend_Controller_Action
}
}
public function dirigeantAction(){}
public function annonceAction(){}
public function internationaleAction(){}
public function lastAction(){}
public function listAction(){}

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php