Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. $result = [
  2.     0 => [
  3.         'dane o uzytkowniku',
  4.         'suma czasu rcp',
  5.         'pojedyncze rcp' => [
  6.             0 => [
  7.                 id,
  8.                 opis,
  9.                 czas rcp,
  10.                 itd
  11.             ]
  12.             ...
  13.         ]
  14.     ],
  15.     ...
  16. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement