InstallationModelDatabase::populateDatabase
Method to import a database schema from a file.
Signature
public function populateDatabase(JDatabaseDriver
$db,
string
$schema )
Parameters
-
$db
- JDatabase object.
-
$schema
- Path to the schema file.
Returns
- boolean
- True on success.