API17

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.  


{{subst:Description:JInstaller::parseSQLFiles}}
 


<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]]
{{subst:SeeAlso:JInstaller::parseSQLFiles}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstaller::parseSQLFiles
category=JInstaller::parseSQLFiles
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:16, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples