$refObjArrayIndexObj = &$this->obj_array[$this_index];
$s = "\$refObjArrayIndexObj = new ".$this->class_name."(".$this_db_row_id.");";
eval($s);