#1 alexlight
你好jake:你编写的speedphp给了我很大的帮助,在此对你表示感激和敬意。
另外,我在编写程序的时候实例化发现有如下问题:
1.同时实例化两个不同的模型,输出到smarty后样式会变形
$this->hot = spClass("sp_shop")->findAll($condition);
$this->user = spClass("sp_user")->findAll();
2.同时实例化两个相同的模型,输出到smarty后样式会不会变形
$this->results = spClass("sp_shop")->findAll();
$condition = array('shop_order'=>$this->spArgs('shop_order',100));
$this->hot = spClass("sp_shop")->findAll($condition);
请问是360浏览器的问题,还是框架的问题呢?
我在你编写的speedcms测试,也发现同样的问题。
谢谢
2011-10-25 08:29:36