Beispiel #1
0
 /**
  * put your comment there...
  * 
  */
 public function __construct(&$dbDriver)
 {
     // Inirialize parent class.
     parent::__construct($dbDriver, cssJSToolbox::$config->database->tables->blocks);
 }
Beispiel #2
0
 /**
  * put your comment there...
  * 
  */
 public function __construct($dbDriver)
 {
     parent::__construct($dbDriver, cssJSToolbox::$config->database->tables->backups);
 }