@@ -106,9 +106,9 @@ |
||
106 | 106 | foreach ($row as $columnName => $columnValue) { |
107 | 107 | if (!in_array($columnName,['id','uid']) || isset($fieldsMatching[$columnName])) { |
108 | 108 | $value = $this->formatValueToBeans($zohoDao->getModule(), $fieldsMatching, $columnName, $columnValue, null, $row['uid']); |
109 | - if($columnValue){ |
|
110 | - $zohoBean->{$fieldsMatching[$columnName]['setter']}($value); |
|
111 | - } |
|
109 | + if($columnValue){ |
|
110 | + $zohoBean->{$fieldsMatching[$columnName]['setter']}($value); |
|
111 | + } |
|
112 | 112 | } |
113 | 113 | } |
114 | 114 | $zohoBeans[$row['uid']] = $zohoBean; |
@@ -16,6 +16,7 @@ |
||
16 | 16 | * Computes the name of the table based on the DAO plural module name. |
17 | 17 | * |
18 | 18 | * @param AbstractZohoDao $dao |
19 | + * @param string $prefix |
|
19 | 20 | * |
20 | 21 | * @return string |
21 | 22 | */ |