Subversion Repositories Applications.referentiel

Rev

Rev 18 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 33
Line 31... Line 31...
31
	 * Constructeur vide
31
	 * Constructeur vide
32
	 */
32
	 */
33
	public function __construct() {
33
	public function __construct() {
34
		$meta = array('titre' => '', 'description' => '', 'tags' => '');
34
		$meta = array('titre' => '', 'description' => '', 'tags' => '');
35
		$sortie = array('metadonnees' => $meta, 'corps' => '', 'tete' => '', 'pied' => '', 'navigation' => '');
35
		$sortie = array('metadonnees' => $meta, 'corps' => '', 'tete' => '', 'pied' => '', 'navigation' => '');
36
		$url = new Url(Config::get('url_base'));
36
		$url = new Url(Config::get('url_base_index'));
37
		self::$parametres = array(	'module' => 'Test', 
37
		self::$parametres = array(	'module' => 'Test', 
38
			'action' => 'executerActionParDefaut',
38
			'action' => 'executerActionParDefaut',
39
			'sortie' => $sortie,
39
			'sortie' => $sortie,
40
			'url' => $url);
40
			'url' => $url);
41
		parent::__construct();
41
		parent::__construct();