Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 33 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33 Rev 34
Line 1... Line 1...
1
<?php
1
<?php
2
class RechercheSimple extends aControleur {
2
class RechercheSimple extends aControleur {
Line 3... Line 3...
3
	
3
	
4
	public function __construct()  {
-
 
5
		$chemin = Config::get('chemin_modules').strtolower(get_class($this)).DS.Config::get('dossier_squelettes').DS;
-
 
6
		Registre::set('tbf.chemin_squelettes', $chemin);
4
	public function __construct()  {
7
		parent::__construct();
5
		parent::__construct($this);
Line 8... Line 6...
8
	}
6
	}
9
	
7
	
10
	//+----------------------------------------------------------------------------------------------------------------+
8
	//+----------------------------------------------------------------------------------------------------------------+