Beispiel #1
0
 function __construct()
 {
     parent::__construct('requete_test');
     $this->setChampId('id');
     $this->readOnlyKey = array('1', 15);
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct('config');
     $this->setChampId('cle');
     $this->readOnlyKey = array('version');
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct('users');
 }