示例#1
0
 public function __construct(KConfig $config)
 {
     $this->_table = $config->table;
     parent::__construct($config);
 }