コード例 #1
0
 /**
  * 	method:	__construct
  *
  * 	todo: write documentation
  */
 public function __construct()
 {
     parent::__construct();
     $this->database = NULL;
     $this->table = NULL;
     $this->lang = NULL;
 }
コード例 #2
0
 /**
  * 	method:	__construct
  *
  * 	todo: write documentation
  */
 public function __construct()
 {
     parent::__construct();
 }