dolibarr 19.0.3
|
Pages of export Wizard. More...
Go to the source code of this file.
Functions | |
getablenamefromfield ($code, $sqlmaxforexport) | |
Return table name of an alias. | |
Pages of export Wizard.
Definition in file export.php.
getablenamefromfield | ( | $code, | |
$sqlmaxforexport ) |
Return table name of an alias.
For this, we look for the "tablename as alias" in sql string.
string | $code | Alias.Fieldname |
string | $sqlmaxforexport | SQL request to parse |
Definition at line 1296 of file export.php.