dolibarr 21.0.0-alpha
export.php File Reference

Pages of export Wizard. More...

Go to the source code of this file.

Functions

 getablenamefromfield ($code, $sqlmaxforexport)
 Return table name of an alias.
 

Detailed Description

Pages of export Wizard.

Definition in file export.php.

Function Documentation

◆ getablenamefromfield()

getablenamefromfield ( $code,
$sqlmaxforexport )

Return table name of an alias.

For this, we look for the "tablename as alias" in sql string.

Parameters
string$codeAlias.Fieldname
string$sqlmaxforexportSQL request to parse
Returns
string Table name of field

Definition at line 1297 of file export.php.