Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 152 → Rev 153

/trunk/bibliotheque/noyau/ControlleurFrontal.class.php
12,7 → 12,7
$this->url_format = $format;
$this->url_sortie = $sortie;
}
 
public function getRegistre()
{
return Registre::getRegistre();
67,7 → 67,7
if (file_exists($fichier_action)) {
require_once $fichier_action;
$Action = new $classe_action($this->getRegistre());
$this->chargerActionGenerique(&$tab_info_url['tab_actions']);
$this->chargerActionGenerique($tab_info_url['tab_actions']);
$Action->setSuivant($tab_info_url['tab_actions']);
$Action->demarrer();
if ($this->url_format == 'html') {