JInstallerHelper::splitSql
Splits contents of a sql file into array of discreet queries.
Queries need to be delimited with end of statement marker ';'
Signature
public function splitSql(string
$query )
Parameters
-
$query
- The SQL statement.
Returns
- array
- Array of queries