Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 275 Rev 276
Line 55... Line 55...
55
// |                                           CLASSES du PROGRAMME                                       |
55
// |                                           CLASSES du PROGRAMME                                       |
56
// +------------------------------------------------------------------------------------------------------+
56
// +------------------------------------------------------------------------------------------------------+
57
class Nettoyage {
57
class Nettoyage {
58
	private $bdd_principale = "tela_prod_wikini";
58
	private $bdd_principale = "tela_prod_wikini";
59
	private $bdd_options = array('debug' => 3);
59
	private $bdd_options = array('debug' => 3);
60
	private $bdd_dsn = "mysql://telabotap:ppo50cvb@localhost/tela_prod_wikini";
60
	private $bdd_dsn = "mysql://utilisateur:mdp@localhost/tela_prod_wikini";
Line 61... Line 61...
61
	
61
	
62
	public function __construct()
62
	public function __construct()
63
	{
63
	{
64
//		$fichier_ini = 'bdd.ini';
64
//		$fichier_ini = 'bdd.ini';