コード例 #1
0
ファイル: typo.php プロジェクト: pupsikus/iman007.test
 /**
  * Returns a JTable object, always creating it.
  *
  * @param  string $type   The table type to instantiate. [optional]
  * @param  string $prefix A prefix for the table class name. [optional]
  * @param  array  $config Configuration array for model. [optional]
  *
  * @return JTable  A database object
  */
 public function getTable($type = 'Typo', $prefix = 'ProofreaderTable', $config = array())
 {
     return parent::getTable($type, $prefix, $config);
 }
コード例 #2
0
ファイル: intro.php プロジェクト: ngxuanmui/hp3
 public function getTable($name = 'Intro', $prefix = 'Jnt_HanhPhucTable', $options = array())
 {
     parent::getTable($name, $prefix, $options);
 }