API17

Difference between revisions of "JInstaller::parseSQLFiles"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JInstaller::parseSQLFiles|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstaller::parseSQLFiles|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JInstaller->parseSQLFiles ($element)
+
public function parseSQLFiles ($element)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 24: Line 21:
 
|object
 
|object
 
|
 
|
|The xml node to process  
+
|The xml node to process
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' mixed Number of queries processed or False on error
mixed Number of queries processed or False on error
+
* '''Defined''' on line 714 of libraries/joomla/installer/installer.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/installer/installer.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JInstaller::parseSQLFiles source code''' on [[jplatform:installer/installer.php#cl-706|BitBucket]]
 +
* {{JVer|11.1}} Class [[JInstaller/11.1|JInstaller]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
 +
* [[JInstaller::parseSQLFiles|Other versions of JInstaller::parseSQLFiles]]
 +
{{SeeAlso:JInstaller::parseSQLFiles}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstaller::parseSQLFiles|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstaller::parseSQLFiles|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JInstaller/11.1|JInstaller]]
+
===User contributed notes===
* [[JInstaller::parseSQLFiles|Other versions of this method]]
 
{{SeeAlso:JInstaller::parseSQLFiles}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 47: Line 44:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JInstaller]][[Category:JInstaller::parseSQLFiles]]</noinclude>
 
<noinclude>[[Category:JInstaller]][[Category:JInstaller::parseSQLFiles]]</noinclude>

Revision as of 21:11, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstaller::parseSQLFiles[edit]

Description[edit]

Method to extract the name of a discreet installation sql file from the installation manifest file.

Template:Description:JInstaller::parseSQLFiles [Edit Descripton]

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[edit]

Template:SeeAlso:JInstaller::parseSQLFiles [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />