JInstaller::parseSQLFiles: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Method to extract the name of a discreet installation sql file from the installation manifest file. | Method to extract the name of a discreet installation sql file from the installation manifest file. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 30: | Line 30: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | ||
* [[API17:JInstaller::parseSQLFiles|Other versions of JInstaller::parseSQLFiles]] | * [[API17:JInstaller::parseSQLFiles|Other versions of JInstaller::parseSQLFiles]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JInstaller::parseSQLFiles | category=JInstaller::parseSQLFiles | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:16, 25 March 2017
JInstaller::parseSQLFiles
Description
Method to extract the name of a discreet installation sql file from the installation manifest file.
public function parseSQLFiles ($element)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | object | The xml node to process |
- Returns mixed Number of queries processed or False on error
- Defined on line 714 of libraries/joomla/installer/installer.php
- Since

See also
JInstaller::parseSQLFiles source code on BitBucket
Class JInstaller
Subpackage Installer- Other versions of JInstaller::parseSQLFiles
User contributed notes
Code Examples