예제 #1
0
파일: tag.php 프로젝트: bizanto/Hooked
 protected function __construct()
 {
     parent::__construct('stdClass', ZOO_TABLE_TAG, 'name');
 }
예제 #2
0
 protected function __construct()
 {
     parent::__construct('Submission', ZOO_TABLE_SUBMISSION, 'id');
 }
예제 #3
0
 protected function __construct()
 {
     parent::__construct('Application', ZOO_TABLE_APPLICATION, 'id');
 }
예제 #4
0
파일: item.php 프로젝트: bizanto/Hooked
 protected function __construct()
 {
     parent::__construct('Item', ZOO_TABLE_ITEM, 'id');
 }
예제 #5
0
파일: comment.php 프로젝트: bizanto/Hooked
 protected function __construct()
 {
     parent::__construct('Comment', ZOO_TABLE_COMMENT, 'id');
 }
예제 #6
0
파일: category.php 프로젝트: bizanto/Hooked
 protected function __construct()
 {
     parent::__construct('Category', ZOO_TABLE_CATEGORY, 'id');
 }