Beispiel #1
0
 protected function __construct()
 {
     parent::__construct('stdClass', ZOO_TABLE_TAG, 'name');
 }
Beispiel #2
0
 protected function __construct()
 {
     parent::__construct('Submission', ZOO_TABLE_SUBMISSION, 'id');
 }
Beispiel #3
0
 protected function __construct()
 {
     parent::__construct('Application', ZOO_TABLE_APPLICATION, 'id');
 }
Beispiel #4
0
 protected function __construct()
 {
     parent::__construct('Item', ZOO_TABLE_ITEM, 'id');
 }
Beispiel #5
0
 protected function __construct()
 {
     parent::__construct('Comment', ZOO_TABLE_COMMENT, 'id');
 }
Beispiel #6
0
 protected function __construct()
 {
     parent::__construct('Category', ZOO_TABLE_CATEGORY, 'id');
 }