Skip to content

Commit 1912c96

Browse files
committed
#13 Work with Relations fixed
1 parent 14896f8 commit 1912c96

File tree

66 files changed

+5155
-6405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+5155
-6405
lines changed

Examples/ReadAddressColumns.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515
include_once '../vendor/autoload.php';
1616

1717
$adreser = new \AbraFlexi\Adresar();
18-
$addresses = $adreser->getColumnsFromFlexibee(['id', 'nazev', 'email'],
18+
$addresses = $adreser->getColumnsFromFlexibee(['id', 'nazev', 'email','kontakty'],
1919
['typVztahuK' => 'typVztahu.odberatel'], 'nazev');
20+
21+
print_r($addresses);

0 commit comments

Comments
 (0)