PHP Infinite Loop “While” with Class
问题 I made my scripts without class. (framework). Now I have changed my mind & I wanna make my scripts with classes. I like it. But there I have a problem.. Infinite Loop While. I didn't take this problem before with without classes.. While Rule; while ($fetch=$db->fetchObject($db->q("SELECT * FROM auction_house.items ORDER BY id DESC LIMIT ".$min_stuff.",".$max_stuff.""))) { // etc } Class; public function fetchObject($queryRes) { $this->queryRes = $queryRes; $this->record = mysql_fetch_object(