Exemplo n.º 1
0
 /**
  * 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);
 }
Exemplo n.º 2
0
 public function getTable($name = 'Intro', $prefix = 'Jnt_HanhPhucTable', $options = array())
 {
     parent::getTable($name, $prefix, $options);
 }