FOFModel::_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
- The configuration array to pass to the table
Returns
- FOFTable
- Table object or boolean false if failed