dolibarr  17.0.4
Functions
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. More...
 

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 1246 of file export.php.