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