while($stmt->fetch()){//fetch all records foreach($rowas$key=>$val)//bind results to array { $c[$key]=$val; } //build a new object class $class=new ReflectionClass(get_class($object)); $theobjects[]=$class->newInstanceArgs($c);//instantiate with parameters }