public function __construct()
 {
     parent::__construct();
     $Public = new PublicController();
     $Public->checkLogin();
     $this->Cate = M('category');
     $this->Product = M('product');
     $this->ProImg = M('pro_images');
 }
 public function __construct()
 {
     parent::__construct();
     $Public = new PublicController();
     $Public->checkLogin();
 }