コード例 #1
0
ファイル: group_has_tag_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('group_has_tag', array('group_id', 'tag_id'), NULL, NULL);
 }
コード例 #2
0
ファイル: item_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('item', array('id', 'product_upc', 'category_id', 'site_item_id', 'site_product_id', 'site_type', 'site_url', 'title', 'subtitle', 'type', 'image', 'currentPrice', 'bestOffer', 'buyItNow', 'buyItNowPrice', 'startTime', 'endTime', 'condition', 'sold', 'sellingState', 'shippingType', 'shipToLocations', 'shippingServiceCost', 'topRatedListing', 'raw', 'dbCreatedOn', 'dbUpdatedOn', 'dbGenerated'), NULL, NULL);
 }
コード例 #3
0
ファイル: tag_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('tag', array('id', 'value', 'price_id', 'tag_type_id', 'numItems'), NULL, NULL);
 }
コード例 #4
0
ファイル: price_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('price', array('id', 'avg', 'max', 'min', 'numItems'), NULL, NULL);
 }
コード例 #5
0
ファイル: product_upc_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('product_upc', array('upc', 'name', 'alias', 'description', 'verified'), NULL, NULL);
 }
コード例 #6
0
ファイル: tag_type_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('tag_type', array('id', 'name', 'weight'), NULL, NULL);
 }
コード例 #7
0
ファイル: recent_search_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('recent_search', array('id', 'user_id', 'type', 'value', 'ip', 'dbCreatedOn'), NULL, NULL);
 }
コード例 #8
0
ファイル: group_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('group', array('id', 'name', 'price_id'), NULL, NULL);
 }
コード例 #9
0
ファイル: category_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('category', array('id', 'site_cat_id', 'site_type', 'name', 'price_id', 'dbCreatedOn', 'dbUpdatedOn'), NULL, NULL);
 }
コード例 #10
0
ファイル: tag_has_category_m.php プロジェクト: ohjack/csc385
 public function __construct()
 {
     parent::__construct('tag_has_category', array('tag_id', 'category_id'), NULL, NULL);
 }