#1 dq5714
class order extends spController{
function index(){
$this->products = spClass("goodstype")->findAll();
$this->res = spClass("help")->findAll();
$this->display("./index/order.html");
}
}
最近我在控制器这样写的代码 在IE6跟IE7中出现排版错误 IE8跟ff上都没问题 求解 困扰了我好几天了
2011-04-22 17:13:33