Ajout objet exportation pour le fichier xml

This commit is contained in:
Michael RICOIS 2011-08-23 07:26:58 +00:00
parent 883688911e
commit 0edeb13945

View File

@ -15,6 +15,9 @@ class DirigeantController extends Zend_Controller_Action
require_once 'common/dates.php';
}
/**
* Forward
*/
public function indexAction()
{
$this->_forward('index', 'index');
@ -41,6 +44,7 @@ class DirigeantController extends Zend_Controller_Action
$this->view->assign('siret', $this->siret);
$this->view->assign('raisonSociale', $session->getRaisonSociale());
$this->view->assign('dirigeants', $dirigeants);
$this->view->assign('exportObjet', $dirigeants);
$this->view->assign('AutrePage', $this->getRequest()->getParam('apage'));
}
@ -64,6 +68,7 @@ class DirigeantController extends Zend_Controller_Action
$session = new SessionEntreprise($this->siret, $this->id);
$this->view->assign('dirigeants', $dirigeants);
$this->view->assign('exportObjet', $dirigeants);
$this->view->assign('siren', $siren);
$this->view->assign('siret', $this->siret);
$this->view->assign('raisonSociale', $session->getRaisonSociale());