%PDF- %PDF-
Direktori : /var/www/html/buggydubrovnik.com/wp-content/plugins/css-javascript-toolbox/tables/ |
Current File : /var/www/html/buggydubrovnik.com/wp-content/plugins/css-javascript-toolbox/tables/form.php |
<?php /** * @version $ Id; ?FILE_NAME ?DATE ?TIME ?AUTHOR $ */ // Disallow direct access. defined('ABSPATH') or die("Access denied"); /** * * DESCRIPTION * * @author ?? * @version ?? */ class CJTFormTable extends CJTxTable { /** * 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')); } } // End class.