Function conGenerateCode
Generates the code for one article
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Willi Man, Timo Hummel
Located at includes/functions.con2.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Willi Man, Timo Hummel
Located at includes/functions.con2.php
integer |
$idcat |
Id of category |
integer |
$idart |
Id of article |
integer |
$lang |
Id of language |
integer |
$client |
Id of client |
integer |
$layout = false |
[optional] Layout-ID of alternate Layout (if false, use associated layout) |
boolean |
$save = true |
[optional] Flag to persist generated code in database |
boolean |
$contype = true |
[optional] Flag to enable/disable replacement of CMS_TAGS[]. |
boolean |
$editable = false |
[optional] deprecated? |
integer|null |
$version = NULL |
[optional] version number if article is a revision, else NULL; |
string
|
The generated code or "0601" if neither article nor category configuration was found. |