コード例 #1
0
 public function __construct()
 {
     $tilkobling = new Tilkobling();
     $this->database = $tilkobling->getTilkobling();
     //		$be = new BildeendringController();
     //		echo $be->erlendParser();
 }
コード例 #2
0
 public function __construct()
 {
     $tilkobling = new Tilkobling();
     $this->database = $tilkobling->getTilkobling();
     $this->svarListe[] = "";
     // 0 = generelt søppel (Firefox hack ftw!!)
     $this->svarListe[] = "";
     // 1 = generelt resultat
     $this->svarListe[] = "";
     // 2 = filtype
     $this->svarListe[] = 0;
     // 3 = antall oppdaterte
     $this->svarListe[] = 0;
     // 4 = antall lagt til
     $this->svarListe[] = 0;
     // 5 = antall ignorerte
 }
コード例 #3
0
 public function __construct()
 {
     $tilkobling = new Tilkobling();
     $this->database = $tilkobling->getTilkobling();
     $this->backup = new Backup();
 }
コード例 #4
0
 public function __construct()
 {
     $this->auth = Zend_Auth::getInstance();
     $tilkobling = new Tilkobling();
     $this->database = $tilkobling->getTilkobling();
 }