Exemple #1
0
 public function __construct($destination, $ci = null)
 {
     parent::__construct($ci);
     $this->source_path = realpath(BUILDBASE . '../');
     if (empty($this->source_path)) {
         CLI::error('Unable to determine the source path.');
         exit(1);
     }
     $this->dest_path = $this->source_path;
 }
 public function __construct($tableName, ConnectionInterface &$db, array $options = null)
 {
     parent::__construct($tableName, $db, $options);
 }