Example #1
0
 public function __tostring()
 {
     return "<model table=" . Model::get_table_name(get_class($this)) . " id={$this->id} />";
 }