if(S('list')) { $list = S('list'); }else{ $product = M("product"); $list = $product->where("new_product=1")->select(); S('list',$list); }