Ejemplo n.º 1
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @return CJTPackageTable
  */
 public function __construct($dbDriver)
 {
     // Initialize parent.
     parent::__construct($dbDriver, 'forms');
     // Set table key.
     $this->setTableKey(array('blockId'));
 }
Ejemplo n.º 2
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @return CJTPackageTable
  */
 public function __construct($dbDriver)
 {
     // Initialize parent.
     parent::__construct($dbDriver, 'block_files');
     // Table key.
     $this->setTableKey(array('id', 'blockId'));
 }
Ejemplo n.º 3
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @return CJTPackageTable
  */
 public function __construct($dbDriver)
 {
     // Initialize parent.
     parent::__construct($dbDriver, 'parameters');
 }
Ejemplo n.º 4
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @return CJTPackageTable
  */
 public function __construct($dbDriver)
 {
     parent::__construct($dbDriver, 'package_objects');
 }
Ejemplo n.º 5
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @return CJTPackageTable
  */
 public function __construct($dbDriver)
 {
     // Initialize parent.
     parent::__construct($dbDriver, 'form_groups');
 }
Ejemplo n.º 6
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @param bool Is to enable Build In Queue name Generator.
  * @return CJTTemplatesTable
  */
 public function __construct($dbDriver)
 {
     parent::__construct($dbDriver, 'blocks');
 }
Ejemplo n.º 7
0
 /**
  * put your comment there...
  * 
  * @param mixed $dbDriver
  * @param bool Is to enable Build In Queue name Generator.
  * @return CJTTemplatesTable
  */
 public function __construct($dbDriver)
 {
     parent::__construct($dbDriver, 'templates');
 }
Ejemplo n.º 8
0
 /**
  * put your comment there...
  * 
  */
 public function __construct($dbDriver)
 {
     parent::__construct($dbDriver, 'authors');
 }