Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
Main Page
Related Pages
Namespaces
Classes
Files
File List
tutorial_source
framework
classes
database
table
catalog
access
CProduct.php
1
<?php
2
3
/**
4
* CProduct.php - Ms Access Implementation of Catalog/Product table class.
5
*
6
* @package SellerDeck Extensions
7
*
8
* @author Péter Erdődi
9
* @copyright © SellerDeck Ltd 2015. All rights reserved.
10
*/
11
12
namespace
SDExtension\DB\Table
;
13
14
class
CProduct
extends
CProductBase
15
{
16
17
/**
18
* @var bool $m_bAutoID Auto ID
19
*/
20
protected
$m_bAutoID =
false
;
21
22
}
SDExtension\DB\Table\CProduct
Definition:
CProduct.php:14
SDExtension\DB\Table
Definition:
COrder.php:12
SDExtension\DB\Table\CProductBase
Definition:
CProductBase.php:14
Generated on Thu Sep 22 2016 08:10:25 for Tutorial Extension by
1.8.10