Example #1
0
 function __construct($handle = null)
 {
     parent::__construct();
     $this->addQuotes = false;
     $this->schemaNameField = 'name';
     $this->schemaTypeField = 'type';
     if ($handle != null) {
         $this->connection = $handle;
     }
 }