function __construct()
 {
     parent::__construct();
     $this->lunbo = D("Lunbo");
     $this->goods = D("Goods");
     $this->radio = D("Radio");
     $this->game = D("Game");
 }
 function __construct()
 {
     parent::__construct();
     $this->users = D("Users");
     $this->user_info = D("User_info");
 }