Ajout commentaire
This commit is contained in:
parent
e066789d73
commit
d381065b9b
@ -1,10 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
class IndexController extends Zend_Controller_Action
|
class IndexController extends Zend_Controller_Action
|
||||||
{
|
{
|
||||||
public function init()
|
|
||||||
{
|
|
||||||
/* Initialize action controller here */
|
|
||||||
}
|
|
||||||
|
|
||||||
public function indexAction()
|
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()
|
public function portefeuillecsvAction()
|
||||||
{
|
{
|
||||||
$this->_helper->layout()->disableLayout();
|
$this->_helper->layout()->disableLayout();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user