$data數(shù)組 是怎么接收到數(shù)據(jù)的?
$data為什么是一個數(shù)組呢? ?findAll_oderby_dateline()方法返回的是mysql_query執(zhí)行后返回的resource,在視頻中也沒看到mysql_fetch_array()來取數(shù)據(jù),目前還不明白老師你是怎樣把數(shù)據(jù)傳到$data數(shù)組的。
$data為什么是一個數(shù)組呢? ?findAll_oderby_dateline()方法返回的是mysql_query執(zhí)行后返回的resource,在視頻中也沒看到mysql_fetch_array()來取數(shù)據(jù),目前還不明白老師你是怎樣把數(shù)據(jù)傳到$data數(shù)組的。
2014-12-04
舉報
2014-12-04
在mysql.class.php找到了答案