Function strBuildSqlValues
Builds values part of the SQL used to recreate the category tree table
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Olaf Niemann
Author: Murat Purc <murat@purc.de>
Located at includes/functions.str.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Olaf Niemann
Author: Murat Purc <murat@purc.de>
Located at includes/functions.str.php
array|?? |
$aCats |
Assoziative categories array or something else, but what? |
string |
$sInsertQuery |
The insert statement |
array |
& $aAllCats |
Assoziative categories array holding the complete category structure |
integer |
$iLevel = 0 |
Category level |
string
|