Exemple #1
0
 public function __construct()
 {
     parent::__construct();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     if (empty($this->publisher_name)) {
         @header('Location: index.php');
         die;
     }
     //发布人信息
     Tpl::output('publisher_info', array('name' => $this->publisher_name, 'id' => $this->publisher_id, 'type' => $this->publisher_type, 'avator' => $this->publisher_avator));
 }