Function getAllClientsAndLanguages
Returns a list with all clients and languages.
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Jan Lengowski
Located at includes/functions.general.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Jan Lengowski
Located at includes/functions.general.php
array
|
Indexed array where the value is an assoziative array as follows: <pre> - $arr[0]['idlang'] - $arr[0]['langname'] - $arr[0]['idclient'] - $arr[0]['clientname'] </pre> |
|