日期:2014-05-16 浏览次数:20668 次
$sql = 'select cat_id,cat_name,parent_id from ' . $this->table . ' where parent_id=' . $id;//能通过,正解 $sql = 'select cat_id,cat_name,parent_id from' . $this->table . 'where parent_id=' . $id;