Example #1
0
 function __wakeup()
 {
     $schema = KISS_Data_DataSet_Schema_XML::init();
     foreach ($schema[$this->property['_table']]['columns'] as $key => $value) {
         $this->data[$key] = $this->property[$key];
     }
     $this->table = $this->property['_table'];
     $this->property = array();
 }