Ajout commentaire

This commit is contained in:
Michael RICOIS 2012-03-22 08:31:33 +00:00
parent e066789d73
commit d381065b9b

View File

@ -1,10 +1,6 @@
<?php
class IndexController extends Zend_Controller_Action
{
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
@ -26,6 +22,9 @@ class IndexController extends Zend_Controller_Action
}
}
/**
* Retourne l'url pour le csv d'export du portefeuille
*/
public function portefeuillecsvAction()
{
$this->_helper->layout()->disableLayout();