Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.75 KB | None | 0 0
  1. (int) 0 => object(App\Model\Entity\DomainsProfile) {
  2.  
  3.         'id' => (int) 240331,
  4.         'domain_id' => (int) 34,
  5.         'profile_id' => (int) 1631,
  6.         'created' => null,
  7.         'modified' => null,
  8.         '[new]' => false,
  9.         '[accessible]' => [],
  10.         '[dirty]' => [],
  11.         '[original]' => [],
  12.         '[virtual]' => [],
  13.         '[errors]' => [],
  14.         '[invalid]' => [],
  15.         '[repository]' => 'DomainsProfiles'
  16.    
  17.     },
  18.     (int) 1 => object(App\Model\Entity\DomainsProfile) {
  19.  
  20.         'id' => (int) 240332,
  21.         'domain_id' => (int) 36,
  22.         'profile_id' => (int) 1631,
  23.         'created' => null,
  24.         'modified' => null,
  25.         '[new]' => false,
  26.         '[accessible]' => [],
  27.         '[dirty]' => [],
  28.         '[original]' => [],
  29.         '[virtual]' => [],
  30.         '[errors]' => [],
  31.         '[invalid]' => [],
  32.         '[repository]' => 'DomainsProfiles'
  33.    
  34.     }
  35. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement