API17

API17:JInstaller::parseSQLFiles

From Joomla! Documentation

Revision as of 03:16, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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