来源:未知 时间:2014-05-27 18:46 作者:xbdadmin 阅读:次
[导读] Action代码: ? 1 2 3 4 5 public function index(){ $prod = I( get.prod_en ); $id = I( get.id , 0 , int ); if ($prod == ){ $serviceProduct = array(); //多重循环遍历的数组 ? 1 2 3 4 5 6 //数据保存在两张表中,这里通过循...
Action代码:
|