Exemplo n.º 1
0
 public function __construct()
 {
     ## update database schema
     static::schemadb_update();
     ## prepare field values strip schema definitions
     foreach ($this->fields() as $f) {
         $this->{$f} = schemadb::get_value($this->{$f});
     }
 }