示例#1
0
 function __construct($tablename = 'qc_complaints')
 {
     // Register non-persistent attributes
     // Contruct the object
     parent::__construct($tablename);
     // Set specific characteristics
     // Define relationships
     // Define field formats
     // Define validation
     // Define enumerated types
     // Define system defaults
     $this->type = 'RR';
     $this->getField('type')->setDefault('RR');
 }