示例#1
0
 function AdoDBRecord($attributes = false)
 {
     AdoDBRecord_Base::initialize();
     # TODO setup scoped attributes first
     if ($attributes && $attributes != ADODBRECORD_STUB) {
         $this->_attributes = $attributes;
     }
 }