JDatabaseExporter::from
An array input sources (table names).
Signature
protected function from(mixed
$fromĀ )
Parameters
-
$from
- The name of a single table, or an array of the table names to export.
Returns
- JDatabaseExporter
- Method supports chaining.
Errors/Exceptions
-
Exception
- if input is not a string or array.