View difference between Paste ID: TEyrFnme and LZFYwGJr
SHOW: | | - or go back to the newest paste.
1
object(User)#43 (15) {
2
  ["password_repeat"]=>
3
  NULL
4
  ["salt"]=>
5
  string(10) "interleave"
6
  ["account"]=>
7
  NULL
8
  ["_md":"CActiveRecord":private]=>
9
  object(CActiveRecordMetaData)#23 (5) {
10
    ["tableSchema"]=>
11
    object(CMysqlTableSchema)#27 (9) {
12
      ["schemaName"]=>
13
      NULL
14
      ["name"]=>
15
      string(4) "user"
16
      ["rawName"]=>
17
      string(6) "`user`"
18
      ["primaryKey"]=>
19
      string(2) "id"
20
      ["sequenceName"]=>
21
      string(0) ""
22
      ["foreignKeys"]=>
23
      array(1) {
24
        ["account_id"]=>
25
        array(2) {
26
          [0]=>
27
          string(7) "account"
28
          [1]=>
29
          string(2) "id"
30
        }
31
      }
32
      ["columns"]=>
33
      array(10) {
34
        ["id"]=>
35
        object(CMysqlColumnSchema)#28 (14) {
36
          ["name"]=>
37
          string(2) "id"
38
          ["rawName"]=>
39
          string(4) "`id`"
40
          ["allowNull"]=>
41
          bool(false)
42
          ["dbType"]=>
43
          string(7) "int(11)"
44
          ["type"]=>
45
          string(7) "integer"
46
          ["defaultValue"]=>
47
          NULL
48
          ["size"]=>
49
          int(11)
50
          ["precision"]=>
51
          int(11)
52
          ["scale"]=>
53
          NULL
54
          ["isPrimaryKey"]=>
55
          bool(true)
56
          ["isForeignKey"]=>
57
          bool(false)
58
          ["autoIncrement"]=>
59
          bool(true)
60
          ["_e":"CComponent":private]=>
61
          NULL
62
          ["_m":"CComponent":private]=>
63
          NULL
64
        }
65
        ["account_id"]=>
66
        object(CMysqlColumnSchema)#29 (14) {
67
          ["name"]=>
68
          string(10) "account_id"
69
          ["rawName"]=>
70
          string(12) "`account_id`"
71
          ["allowNull"]=>
72
          bool(true)
73
          ["dbType"]=>
74
          string(7) "int(11)"
75
          ["type"]=>
76
          string(7) "integer"
77
          ["defaultValue"]=>
78
          NULL
79
          ["size"]=>
80
          int(11)
81
          ["precision"]=>
82
          int(11)
83
          ["scale"]=>
84
          NULL
85
          ["isPrimaryKey"]=>
86
          bool(false)
87
          ["isForeignKey"]=>
88
          bool(true)
89
          ["autoIncrement"]=>
90
          bool(false)
91
          ["_e":"CComponent":private]=>
92
          NULL
93
          ["_m":"CComponent":private]=>
94
          NULL
95
        }
96
        ["email"]=>
97
        object(CMysqlColumnSchema)#30 (14) {
98
          ["name"]=>
99
          string(5) "email"
100
          ["rawName"]=>
101
          string(7) "`email`"
102
          ["allowNull"]=>
103
          bool(true)
104
          ["dbType"]=>
105
          string(12) "varchar(256)"
106
          ["type"]=>
107
          string(6) "string"
108
          ["defaultValue"]=>
109
          NULL
110
          ["size"]=>
111
          int(256)
112
          ["precision"]=>
113
          int(256)
114
          ["scale"]=>
115
          NULL
116
          ["isPrimaryKey"]=>
117
          bool(false)
118
          ["isForeignKey"]=>
119
          bool(false)
120
          ["autoIncrement"]=>
121
          bool(false)
122
          ["_e":"CComponent":private]=>
123
          NULL
124
          ["_m":"CComponent":private]=>
125
          NULL
126
        }
127
        ["username"]=>
128
        object(CMysqlColumnSchema)#31 (14) {
129
          ["name"]=>
130
          string(8) "username"
131
          ["rawName"]=>
132
          string(10) "`username`"
133
          ["allowNull"]=>
134
          bool(true)
135
          ["dbType"]=>
136
          string(12) "varchar(256)"
137
          ["type"]=>
138
          string(6) "string"
139
          ["defaultValue"]=>
140
          NULL
141
          ["size"]=>
142
          int(256)
143
          ["precision"]=>
144
          int(256)
145
          ["scale"]=>
146
          NULL
147
          ["isPrimaryKey"]=>
148
          bool(false)
149
          ["isForeignKey"]=>
150
          bool(false)
151
          ["autoIncrement"]=>
152
          bool(false)
153
          ["_e":"CComponent":private]=>
154
          NULL
155
          ["_m":"CComponent":private]=>
156
          NULL
157
        }
158
        ["password"]=>
159
        object(CMysqlColumnSchema)#32 (14) {
160
          ["name"]=>
161
          string(8) "password"
162
          ["rawName"]=>
163
          string(10) "`password`"
164
          ["allowNull"]=>
165
          bool(true)
166
          ["dbType"]=>
167
          string(12) "varchar(256)"
168
          ["type"]=>
169
          string(6) "string"
170
          ["defaultValue"]=>
171
          NULL
172
          ["size"]=>
173
          int(256)
174
          ["precision"]=>
175
          int(256)
176
          ["scale"]=>
177
          NULL
178
          ["isPrimaryKey"]=>
179
          bool(false)
180
          ["isForeignKey"]=>
181
          bool(false)
182
          ["autoIncrement"]=>
183
          bool(false)
184
          ["_e":"CComponent":private]=>
185
          NULL
186
          ["_m":"CComponent":private]=>
187
          NULL
188
        }
189
        ["last_login_time"]=>
190
        object(CMysqlColumnSchema)#33 (14) {
191
          ["name"]=>
192
          string(15) "last_login_time"
193
          ["rawName"]=>
194
          string(17) "`last_login_time`"
195
          ["allowNull"]=>
196
          bool(true)
197
          ["dbType"]=>
198
          string(8) "datetime"
199
          ["type"]=>
200
          string(6) "string"
201
          ["defaultValue"]=>
202
          NULL
203
          ["size"]=>
204
          NULL
205
          ["precision"]=>
206
          NULL
207
          ["scale"]=>
208
          NULL
209
          ["isPrimaryKey"]=>
210
          bool(false)
211
          ["isForeignKey"]=>
212
          bool(false)
213
          ["autoIncrement"]=>
214
          bool(false)
215
          ["_e":"CComponent":private]=>
216
          NULL
217
          ["_m":"CComponent":private]=>
218
          NULL
219
        }
220
        ["last_login_ip"]=>
221
        object(CMysqlColumnSchema)#34 (14) {
222
          ["name"]=>
223
          string(13) "last_login_ip"
224
          ["rawName"]=>
225
          string(15) "`last_login_ip`"
226
          ["allowNull"]=>
227
          bool(true)
228
          ["dbType"]=>
229
          string(11) "varchar(50)"
230
          ["type"]=>
231
          string(6) "string"
232
          ["defaultValue"]=>
233
          NULL
234
          ["size"]=>
235
          int(50)
236
          ["precision"]=>
237
          int(50)
238
          ["scale"]=>
239
          NULL
240
          ["isPrimaryKey"]=>
241
          bool(false)
242
          ["isForeignKey"]=>
243
          bool(false)
244
          ["autoIncrement"]=>
245
          bool(false)
246
          ["_e":"CComponent":private]=>
247
          NULL
248
          ["_m":"CComponent":private]=>
249
          NULL
250
        }
251
        ["last_login_ua"]=>
252
        object(CMysqlColumnSchema)#35 (14) {
253
          ["name"]=>
254
          string(13) "last_login_ua"
255
          ["rawName"]=>
256
          string(15) "`last_login_ua`"
257
          ["allowNull"]=>
258
          bool(true)
259
          ["dbType"]=>
260
          string(12) "varchar(256)"
261
          ["type"]=>
262
          string(6) "string"
263
          ["defaultValue"]=>
264
          NULL
265
          ["size"]=>
266
          int(256)
267
          ["precision"]=>
268
          int(256)
269
          ["scale"]=>
270
          NULL
271
          ["isPrimaryKey"]=>
272
          bool(false)
273
          ["isForeignKey"]=>
274
          bool(false)
275
          ["autoIncrement"]=>
276
          bool(false)
277
          ["_e":"CComponent":private]=>
278
          NULL
279
          ["_m":"CComponent":private]=>
280
          NULL
281
        }
282
        ["create_time"]=>
283
        object(CMysqlColumnSchema)#36 (14) {
284
          ["name"]=>
285
          string(11) "create_time"
286
          ["rawName"]=>
287
          string(13) "`create_time`"
288
          ["allowNull"]=>
289
          bool(true)
290
          ["dbType"]=>
291
          string(8) "datetime"
292
          ["type"]=>
293
          string(6) "string"
294
          ["defaultValue"]=>
295
          NULL
296
          ["size"]=>
297
          NULL
298
          ["precision"]=>
299
          NULL
300
          ["scale"]=>
301
          NULL
302
          ["isPrimaryKey"]=>
303
          bool(false)
304
          ["isForeignKey"]=>
305
          bool(false)
306
          ["autoIncrement"]=>
307
          bool(false)
308
          ["_e":"CComponent":private]=>
309
          NULL
310
          ["_m":"CComponent":private]=>
311
          NULL
312
        }
313
        ["update_time"]=>
314
        object(CMysqlColumnSchema)#37 (14) {
315
          ["name"]=>
316
          string(11) "update_time"
317
          ["rawName"]=>
318
          string(13) "`update_time`"
319
          ["allowNull"]=>
320
          bool(true)
321
          ["dbType"]=>
322
          string(8) "datetime"
323
          ["type"]=>
324
          string(6) "string"
325
          ["defaultValue"]=>
326
          NULL
327
          ["size"]=>
328
          NULL
329
          ["precision"]=>
330
          NULL
331
          ["scale"]=>
332
          NULL
333
          ["isPrimaryKey"]=>
334
          bool(false)
335
          ["isForeignKey"]=>
336
          bool(false)
337
          ["autoIncrement"]=>
338
          bool(false)
339
          ["_e":"CComponent":private]=>
340
          NULL
341
          ["_m":"CComponent":private]=>
342
          NULL
343
        }
344
      }
345
      ["_e":"CComponent":private]=>
346
      NULL
347
      ["_m":"CComponent":private]=>
348
      NULL
349
    }
350
    ["columns"]=>
351
    array(10) {
352
      ["id"]=>
353
      object(CMysqlColumnSchema)#28 (14) {
354
        ["name"]=>
355
        string(2) "id"
356
        ["rawName"]=>
357
        string(4) "`id`"
358
        ["allowNull"]=>
359
        bool(false)
360
        ["dbType"]=>
361
        string(7) "int(11)"
362
        ["type"]=>
363
        string(7) "integer"
364
        ["defaultValue"]=>
365
        NULL
366
        ["size"]=>
367
        int(11)
368
        ["precision"]=>
369
        int(11)
370
        ["scale"]=>
371
        NULL
372
        ["isPrimaryKey"]=>
373
        bool(true)
374
        ["isForeignKey"]=>
375
        bool(false)
376
        ["autoIncrement"]=>
377
        bool(true)
378
        ["_e":"CComponent":private]=>
379
        NULL
380
        ["_m":"CComponent":private]=>
381
        NULL
382
      }
383
      ["account_id"]=>
384
      object(CMysqlColumnSchema)#29 (14) {
385
        ["name"]=>
386
        string(10) "account_id"
387
        ["rawName"]=>
388
        string(12) "`account_id`"
389
        ["allowNull"]=>
390
        bool(true)
391
        ["dbType"]=>
392
        string(7) "int(11)"
393
        ["type"]=>
394
        string(7) "integer"
395
        ["defaultValue"]=>
396
        NULL
397
        ["size"]=>
398
        int(11)
399
        ["precision"]=>
400
        int(11)
401
        ["scale"]=>
402
        NULL
403
        ["isPrimaryKey"]=>
404
        bool(false)
405
        ["isForeignKey"]=>
406
        bool(true)
407
        ["autoIncrement"]=>
408
        bool(false)
409
        ["_e":"CComponent":private]=>
410
        NULL
411
        ["_m":"CComponent":private]=>
412
        NULL
413
      }
414
      ["email"]=>
415
      object(CMysqlColumnSchema)#30 (14) {
416
        ["name"]=>
417
        string(5) "email"
418
        ["rawName"]=>
419
        string(7) "`email`"
420
        ["allowNull"]=>
421
        bool(true)
422
        ["dbType"]=>
423
        string(12) "varchar(256)"
424
        ["type"]=>
425
        string(6) "string"
426
        ["defaultValue"]=>
427
        NULL
428
        ["size"]=>
429
        int(256)
430
        ["precision"]=>
431
        int(256)
432
        ["scale"]=>
433
        NULL
434
        ["isPrimaryKey"]=>
435
        bool(false)
436
        ["isForeignKey"]=>
437
        bool(false)
438
        ["autoIncrement"]=>
439
        bool(false)
440
        ["_e":"CComponent":private]=>
441
        NULL
442
        ["_m":"CComponent":private]=>
443
        NULL
444
      }
445
      ["username"]=>
446
      object(CMysqlColumnSchema)#31 (14) {
447
        ["name"]=>
448
        string(8) "username"
449
        ["rawName"]=>
450
        string(10) "`username`"
451
        ["allowNull"]=>
452
        bool(true)
453
        ["dbType"]=>
454
        string(12) "varchar(256)"
455
        ["type"]=>
456
        string(6) "string"
457
        ["defaultValue"]=>
458
        NULL
459
        ["size"]=>
460
        int(256)
461
        ["precision"]=>
462
        int(256)
463
        ["scale"]=>
464
        NULL
465
        ["isPrimaryKey"]=>
466
        bool(false)
467
        ["isForeignKey"]=>
468
        bool(false)
469
        ["autoIncrement"]=>
470
        bool(false)
471
        ["_e":"CComponent":private]=>
472
        NULL
473
        ["_m":"CComponent":private]=>
474
        NULL
475
      }
476
      ["password"]=>
477
      object(CMysqlColumnSchema)#32 (14) {
478
        ["name"]=>
479
        string(8) "password"
480
        ["rawName"]=>
481
        string(10) "`password`"
482
        ["allowNull"]=>
483
        bool(true)
484
        ["dbType"]=>
485
        string(12) "varchar(256)"
486
        ["type"]=>
487
        string(6) "string"
488
        ["defaultValue"]=>
489
        NULL
490
        ["size"]=>
491
        int(256)
492
        ["precision"]=>
493
        int(256)
494
        ["scale"]=>
495
        NULL
496
        ["isPrimaryKey"]=>
497
        bool(false)
498
        ["isForeignKey"]=>
499
        bool(false)
500
        ["autoIncrement"]=>
501
        bool(false)
502
        ["_e":"CComponent":private]=>
503
        NULL
504
        ["_m":"CComponent":private]=>
505
        NULL
506
      }
507
      ["last_login_time"]=>
508
      object(CMysqlColumnSchema)#33 (14) {
509
        ["name"]=>
510
        string(15) "last_login_time"
511
        ["rawName"]=>
512
        string(17) "`last_login_time`"
513
        ["allowNull"]=>
514
        bool(true)
515
        ["dbType"]=>
516
        string(8) "datetime"
517
        ["type"]=>
518
        string(6) "string"
519
        ["defaultValue"]=>
520
        NULL
521
        ["size"]=>
522
        NULL
523
        ["precision"]=>
524
        NULL
525
        ["scale"]=>
526
        NULL
527
        ["isPrimaryKey"]=>
528
        bool(false)
529
        ["isForeignKey"]=>
530
        bool(false)
531
        ["autoIncrement"]=>
532
        bool(false)
533
        ["_e":"CComponent":private]=>
534
        NULL
535
        ["_m":"CComponent":private]=>
536
        NULL
537
      }
538
      ["last_login_ip"]=>
539
      object(CMysqlColumnSchema)#34 (14) {
540
        ["name"]=>
541
        string(13) "last_login_ip"
542
        ["rawName"]=>
543
        string(15) "`last_login_ip`"
544
        ["allowNull"]=>
545
        bool(true)
546
        ["dbType"]=>
547
        string(11) "varchar(50)"
548
        ["type"]=>
549
        string(6) "string"
550
        ["defaultValue"]=>
551
        NULL
552
        ["size"]=>
553
        int(50)
554
        ["precision"]=>
555
        int(50)
556
        ["scale"]=>
557
        NULL
558
        ["isPrimaryKey"]=>
559
        bool(false)
560
        ["isForeignKey"]=>
561
        bool(false)
562
        ["autoIncrement"]=>
563
        bool(false)
564
        ["_e":"CComponent":private]=>
565
        NULL
566
        ["_m":"CComponent":private]=>
567
        NULL
568
      }
569
      ["last_login_ua"]=>
570
      object(CMysqlColumnSchema)#35 (14) {
571
        ["name"]=>
572
        string(13) "last_login_ua"
573
        ["rawName"]=>
574
        string(15) "`last_login_ua`"
575
        ["allowNull"]=>
576
        bool(true)
577
        ["dbType"]=>
578
        string(12) "varchar(256)"
579
        ["type"]=>
580
        string(6) "string"
581
        ["defaultValue"]=>
582
        NULL
583
        ["size"]=>
584
        int(256)
585
        ["precision"]=>
586
        int(256)
587
        ["scale"]=>
588
        NULL
589
        ["isPrimaryKey"]=>
590
        bool(false)
591
        ["isForeignKey"]=>
592
        bool(false)
593
        ["autoIncrement"]=>
594
        bool(false)
595
        ["_e":"CComponent":private]=>
596
        NULL
597
        ["_m":"CComponent":private]=>
598
        NULL
599
      }
600
      ["create_time"]=>
601
      object(CMysqlColumnSchema)#36 (14) {
602
        ["name"]=>
603
        string(11) "create_time"
604
        ["rawName"]=>
605
        string(13) "`create_time`"
606
        ["allowNull"]=>
607
        bool(true)
608
        ["dbType"]=>
609
        string(8) "datetime"
610
        ["type"]=>
611
        string(6) "string"
612
        ["defaultValue"]=>
613
        NULL
614
        ["size"]=>
615
        NULL
616
        ["precision"]=>
617
        NULL
618
        ["scale"]=>
619
        NULL
620
        ["isPrimaryKey"]=>
621
        bool(false)
622
        ["isForeignKey"]=>
623
        bool(false)
624
        ["autoIncrement"]=>
625
        bool(false)
626
        ["_e":"CComponent":private]=>
627
        NULL
628
        ["_m":"CComponent":private]=>
629
        NULL
630
      }
631
      ["update_time"]=>
632
      object(CMysqlColumnSchema)#37 (14) {
633
        ["name"]=>
634
        string(11) "update_time"
635
        ["rawName"]=>
636
        string(13) "`update_time`"
637
        ["allowNull"]=>
638
        bool(true)
639
        ["dbType"]=>
640
        string(8) "datetime"
641
        ["type"]=>
642
        string(6) "string"
643
        ["defaultValue"]=>
644
        NULL
645
        ["size"]=>
646
        NULL
647
        ["precision"]=>
648
        NULL
649
        ["scale"]=>
650
        NULL
651
        ["isPrimaryKey"]=>
652
        bool(false)
653
        ["isForeignKey"]=>
654
        bool(false)
655
        ["autoIncrement"]=>
656
        bool(false)
657
        ["_e":"CComponent":private]=>
658
        NULL
659
        ["_m":"CComponent":private]=>
660
        NULL
661
      }
662
    }
663
    ["relations"]=>
664
    array(1) {
665
      ["account"]=>
666
      object(CBelongsToRelation)#38 (18) {
667
        ["joinType"]=>
668
        string(15) "LEFT OUTER JOIN"
669
        ["on"]=>
670
        string(0) ""
671
        ["alias"]=>
672
        NULL
673
        ["with"]=>
674
        array(0) {
675
        }
676
        ["together"]=>
677
        NULL
678
        ["scopes"]=>
679
        NULL
680
        ["name"]=>
681
        string(7) "account"
682
        ["className"]=>
683
        string(7) "Account"
684
        ["foreignKey"]=>
685
        string(10) "account_id"
686
        ["select"]=>
687
        string(1) "*"
688
        ["condition"]=>
689
        string(0) ""
690
        ["params"]=>
691
        array(0) {
692
        }
693
        ["group"]=>
694
        string(0) ""
695
        ["join"]=>
696-
        string(0) "
696+
697
        ["having"]=>
698
        string(0) ""
699
        ["order"]=>
700
        string(0) ""
701
        ["_e":"CComponent":private]=>
702
        NULL
703
        ["_m":"CComponent":private]=>
704
        NULL
705
      }
706
    }
707
    ["attributeDefaults"]=>
708
    array(0) {
709
    }
710
    ["_model":"CActiveRecordMetaData":private]=>
711
    object(User)#22 (15) {
712
      ["password_repeat"]=>
713
      NULL
714
      ["salt"]=>
715
      string(10) "interleave"
716
      ["account"]=>
717
      NULL
718
      ["_md":"CActiveRecord":private]=>
719
      *RECURSION*
720
      ["_new":"CActiveRecord":private]=>
721
      bool(false)
722
      ["_attributes":"CActiveRecord":private]=>
723
      array(0) {
724
      }
725
      ["_related":"CActiveRecord":private]=>
726
      array(0) {
727
      }
728
      ["_c":"CActiveRecord":private]=>
729
      NULL
730
      ["_pk":"CActiveRecord":private]=>
731
      NULL
732
      ["_alias":"CActiveRecord":private]=>
733
      string(1) "t"
734
      ["_errors":"CModel":private]=>
735
      array(0) {
736
      }
737
      ["_validators":"CModel":private]=>
738
      NULL
739
      ["_scenario":"CModel":private]=>
740
      string(0) ""
741
      ["_e":"CComponent":private]=>
742
      NULL
743
      ["_m":"CComponent":private]=>
744
      NULL
745
    }
746
  }
747
  ["_new":"CActiveRecord":private]=>
748
  bool(false)
749
  ["_attributes":"CActiveRecord":private]=>
750
  array(10) {
751
    ["id"]=>
752
    string(1) "2"
753
    ["account_id"]=>
754
    string(1) "1"
755
    ["email"]=>
756
    string(25) "timothy.withers@gmail.com"
757
    ["username"]=>
758
    string(14) "pyr0t3chnician"
759
    ["password"]=>
760
    string(32) "54eac9230f60b7d141765aa93f38d5dc"
761
    ["last_login_time"]=>
762
    string(19) "2012-11-02 16:25:38"
763
    ["last_login_ip"]=>
764
    string(9) "127.0.0.1"
765
    ["last_login_ua"]=>
766
    string(72) "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0"
767
    ["create_time"]=>
768
    string(19) "0000-00-00 00:00:00"
769
    ["update_time"]=>
770
    string(19) "0000-00-00 00:00:00"
771
  }
772
  ["_related":"CActiveRecord":private]=>
773
  array(0) {
774
  }
775
  ["_c":"CActiveRecord":private]=>
776
  NULL
777
  ["_pk":"CActiveRecord":private]=>
778
  string(1) "2"
779
  ["_alias":"CActiveRecord":private]=>
780
  string(1) "t"
781
  ["_errors":"CModel":private]=>
782
  array(0) {
783
  }
784
  ["_validators":"CModel":private]=>
785
  NULL
786
  ["_scenario":"CModel":private]=>
787
  string(6) "update"
788
  ["_e":"CComponent":private]=>
789
  NULL
790
  ["_m":"CComponent":private]=>
791
  NULL
792
}