Guest User

Untitled

a guest
Jan 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. client.0.id, client.0.name ...
  2. client.1.id, client.1.name ...
  3.  
  4. srcControllerBillsController.php (line 145)
  5. [
  6. 'activity' => 'shopping',
  7. 'bill_date' => '24-01-2018',
  8. 'client' => [
  9. (int) 0 => [
  10. 'nif' => '12341234D',
  11. '_joinTable' => [
  12. 'amount' => '100'
  13. ],
  14. 'id' => '2'
  15. ],
  16. (int) 1 => [
  17. 'nif' => '12345678Z',
  18. '_joinTable' => [
  19. 'amount' => '120'
  20. ],
  21. 'id' => '3'
  22. ]
  23. ],
  24. 'event' => [
  25. ...
Add Comment
Please, Sign In to add comment