Skip to content

Commit

Permalink
add postgresql dump
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh committed Aug 16, 2018
1 parent 4d07424 commit 7f95eb1
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 1 deletion.
12 changes: 11 additions & 1 deletion demos/basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@
'quickSearch'=>['name'],
]);
$mc->setModel(new Client($app->db),
['Invoices'=>['Lines'=>['CRUD', 'canDelete'=>false], 'Allocations'=>[]], 'Payments'=>['Allocations'=>[]]]
[
'Invoices'=>[
'Lines'=>[
['CRUD', 'canDelete'=>false]
],
'Allocations'=>[]
],
'Payments'=>[
'Allocations'=>[]
]
]
);


Loading

0 comments on commit 7f95eb1

Please sign in to comment.