Example #1
0
 public function __construct(Config $config)
 {
     $this->config = $config;
     $this->config->checkConfig();
     $this->tables = array();
     $this->_fields = array();
 }