Esempio n. 1
0
 public function index()
 {
     parent::index($this->activityType);
     $count = M('Autumns_box')->where(array('token' => $this->token))->count();
     $this->assign('count', $count);
     $this->display();
 }
Esempio n. 2
0
 public function index()
 {
     parent::index($this->activityType);
     $this->display();
 }