Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->c_id = intval($_GET['c_id']);
     if ($this->c_id <= 0) {
         @header("location: " . CIRCLE_SITE_URL);
     }
     Tpl::output('c_id', $this->c_id);
 }
Example #2
0
	public function __construct(){
		parent::__construct();
	}