JModelLegacy::_createTable
Method to load and return a model object.
Signature
protected function _createTable(string
$name,
[string
$prefix = 'Table',
array
$config] )
Parameters
-
$name
- The name of the view
-
$prefix
- The class prefix. Optional.
-
$config
- Configuration settings to pass to JTable::getInstance
Returns
- mixed
- Model object or boolean false if failed