Class Product
Product AR model.
- CActiveRecord
-
Product
Package: Internals\AR
Author: Konstantinos Filios <konfilios@gmail.com>
Located at demo/models/ar/Product.php
Author: Konstantinos Filios <konfilios@gmail.com>
Located at demo/models/ar/Product.php
public
integer
|
$id | |
public
integer
|
$manufacturerId | |
public
string
|
$title | |
public
float
|
$price | |
public
string
|
$internalCode | |
public
integer
|
$createdByUserId | |
public
|
$manufacturer |
#
Parent manufacturer (belongs-to relation) |