1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #1030: error.txt

File error.txt, 65.2 KB (added by cybernard, 3 years ago)
Line 
1#
2
3MODPATH/gallery/controllers/albums.php[ 32 ] » access_Core::required( arguments )
4
5perm_name
6
7       
8
9string(4) "view"
10
11item
12
13       
14
15object Item_Model(35) {
16    protected children => string(5) "items"
17    protected sorting => array(0)
18    protected data_file => NULL
19    private model_name => string(4) "item"
20    protected has_one => array(0)
21    protected belongs_to => array(0)
22    protected has_many => array(0)
23    protected has_and_belongs_to_many => array(0)
24    protected has_many_through => array(0)
25    protected load_with => array(0)
26    protected object => array(33) (
27        "id" => NULL
28        "album_cover_item_id" => NULL
29        "captured" => NULL
30        "created" => integer 1266859563
31        "description" => NULL
32        "height" => NULL
33        "left_ptr" => NULL
34        "level" => NULL
35        "mime_type" => NULL
36        "name" => NULL
37        "owner_id" => string(1) "2"
38        "parent_id" => NULL
39        "rand_key" => float 0.29697066093654
40        "relative_path_cache" => NULL
41        "relative_url_cache" => NULL
42        "resize_dirty" => integer 1
43        "resize_height" => NULL
44        "resize_width" => NULL
45        "right_ptr" => NULL
46        "slug" => NULL
47        "sort_column" => string(7) "created"
48        "sort_order" => string(3) "ASC"
49        "thumb_dirty" => integer 1
50        "thumb_height" => NULL
51        "thumb_width" => NULL
52        "title" => NULL
53        "type" => NULL
54        "updated" => NULL
55        "view_count" => NULL
56        "weight" => NULL
57        "width" => NULL
58        "view_1" => NULL
59        "view_2" => NULL
60    )
61    protected changed => array(7) (
62        "created" => string(7) "created"
63        "rand_key" => string(8) "rand_key"
64        "thumb_dirty" => string(11) "thumb_dirty"
65        "resize_dirty" => string(12) "resize_dirty"
66        "sort_column" => string(11) "sort_column"
67        "sort_order" => string(10) "sort_order"
68        "owner_id" => string(8) "owner_id"
69    )
70    protected related => array(0)
71    protected _valid => bool FALSE
72    protected _loaded => bool FALSE
73    protected _saved => bool FALSE
74    protected rules => array(0)
75    protected object_relations => array(0)
76    protected changed_relations => array(0)
77    protected object_name => string(4) "item"
78    protected object_plural => string(5) "items"
79    protected table_name => string(5) "items"
80    protected table_columns => array(33) (
81        "id" => array(8) (
82            "type" => string(3) "int"
83            "min" => integer -2147483648
84            "max" => integer 2147483647
85            "sql_type" => string(3) "int"
86            "length" => string(1) "9"
87            "default" => NULL
88            "nullable" => bool FALSE
89            "sequenced" => bool TRUE
90        )
91        "album_cover_item_id" => array(8) (
92            "type" => string(3) "int"
93            "min" => integer -2147483648
94            "max" => integer 2147483647
95            "sql_type" => string(3) "int"
96            "length" => string(1) "9"
97            "default" => NULL
98            "nullable" => bool TRUE
99            "sequenced" => bool FALSE
100        )
101        "captured" => array(8) (
102            "type" => string(3) "int"
103            "min" => integer -2147483648
104            "max" => integer 2147483647
105            "sql_type" => string(3) "int"
106            "length" => string(1) "9"
107            "default" => NULL
108            "nullable" => bool TRUE
109            "sequenced" => bool FALSE
110        )
111        "created" => array(8) (
112            "type" => string(3) "int"
113            "min" => integer -2147483648
114            "max" => integer 2147483647
115            "sql_type" => string(3) "int"
116            "length" => string(1) "9"
117            "default" => NULL
118            "nullable" => bool TRUE
119            "sequenced" => bool FALSE
120        )
121        "description" => array(6) (
122            "type" => string(6) "string"
123            "sql_type" => string(7) "varchar"
124            "length" => string(4) "2048"
125            "default" => NULL
126            "nullable" => bool TRUE
127            "sequenced" => bool FALSE
128        )
129        "height" => array(8) (
130            "type" => string(3) "int"
131            "min" => integer -2147483648
132            "max" => integer 2147483647
133            "sql_type" => string(3) "int"
134            "length" => string(1) "9"
135            "default" => NULL
136            "nullable" => bool TRUE
137            "sequenced" => bool FALSE
138        )
139        "left_ptr" => array(8) (
140            "type" => string(3) "int"
141            "min" => integer -2147483648
142            "max" => integer 2147483647
143            "sql_type" => string(3) "int"
144            "length" => string(1) "9"
145            "default" => NULL
146            "nullable" => bool FALSE
147            "sequenced" => bool FALSE
148        )
149        "level" => array(8) (
150            "type" => string(3) "int"
151            "min" => integer -2147483648
152            "max" => integer 2147483647
153            "sql_type" => string(3) "int"
154            "length" => string(1) "9"
155            "default" => NULL
156            "nullable" => bool FALSE
157            "sequenced" => bool FALSE
158        )
159        "mime_type" => array(6) (
160            "type" => string(6) "string"
161            "sql_type" => string(7) "varchar"
162            "length" => string(2) "64"
163            "default" => NULL
164            "nullable" => bool TRUE
165            "sequenced" => bool FALSE
166        )
167        "name" => array(6) (
168            "type" => string(6) "string"
169            "sql_type" => string(7) "varchar"
170            "length" => string(3) "255"
171            "default" => NULL
172            "nullable" => bool TRUE
173            "sequenced" => bool FALSE
174        )
175        "owner_id" => array(8) (
176            "type" => string(3) "int"
177            "min" => integer -2147483648
178            "max" => integer 2147483647
179            "sql_type" => string(3) "int"
180            "length" => string(1) "9"
181            "default" => NULL
182            "nullable" => bool TRUE
183            "sequenced" => bool FALSE
184        )
185        "parent_id" => array(8) (
186            "type" => string(3) "int"
187            "min" => integer -2147483648
188            "max" => integer 2147483647
189            "sql_type" => string(3) "int"
190            "length" => string(1) "9"
191            "default" => NULL
192            "nullable" => bool FALSE
193            "sequenced" => bool FALSE
194        )
195        "rand_key" => array(5) (
196            "type" => string(5) "float"
197            "sql_type" => string(5) "float"
198            "default" => NULL
199            "nullable" => bool TRUE
200            "sequenced" => bool FALSE
201        )
202        "relative_path_cache" => array(6) (
203            "type" => string(6) "string"
204            "sql_type" => string(7) "varchar"
205            "length" => string(3) "255"
206            "default" => NULL
207            "nullable" => bool TRUE
208            "sequenced" => bool FALSE
209        )
210        "relative_url_cache" => array(6) (
211            "type" => string(6) "string"
212            "sql_type" => string(7) "varchar"
213            "length" => string(3) "255"
214            "default" => NULL
215            "nullable" => bool TRUE
216            "sequenced" => bool FALSE
217        )
218        "resize_dirty" => array(8) (
219            "type" => string(3) "int"
220            "min" => integer -128
221            "max" => integer 127
222            "sql_type" => string(7) "tinyint"
223            "length" => string(1) "1"
224            "default" => string(1) "1"
225            "nullable" => bool TRUE
226            "sequenced" => bool FALSE
227        )
228        "resize_height" => array(8) (
229            "type" => string(3) "int"
230            "min" => integer -2147483648
231            "max" => integer 2147483647
232            "sql_type" => string(3) "int"
233            "length" => string(1) "9"
234            "default" => NULL
235            "nullable" => bool TRUE
236            "sequenced" => bool FALSE
237        )
238        "resize_width" => array(8) (
239            "type" => string(3) "int"
240            "min" => integer -2147483648
241            "max" => integer 2147483647
242            "sql_type" => string(3) "int"
243            "length" => string(1) "9"
244            "default" => NULL
245            "nullable" => bool TRUE
246            "sequenced" => bool FALSE
247        )
248        "right_ptr" => array(8) (
249            "type" => string(3) "int"
250            "min" => integer -2147483648
251            "max" => integer 2147483647
252            "sql_type" => string(3) "int"
253            "length" => string(1) "9"
254            "default" => NULL
255            "nullable" => bool FALSE
256            "sequenced" => bool FALSE
257        )
258        "slug" => array(6) (
259            "type" => string(6) "string"
260            "sql_type" => string(7) "varchar"
261            "length" => string(3) "255"
262            "default" => NULL
263            "nullable" => bool TRUE
264            "sequenced" => bool FALSE
265        )
266        "sort_column" => array(6) (
267            "type" => string(6) "string"
268            "sql_type" => string(7) "varchar"
269            "length" => string(2) "64"
270            "default" => NULL
271            "nullable" => bool TRUE
272            "sequenced" => bool FALSE
273        )
274        "sort_order" => array(7) (
275            "type" => string(6) "string"
276            "exact" => bool TRUE
277            "sql_type" => string(4) "char"
278            "length" => string(1) "4"
279            "default" => string(3) "ASC"
280            "nullable" => bool TRUE
281            "sequenced" => bool FALSE
282        )
283        "thumb_dirty" => array(8) (
284            "type" => string(3) "int"
285            "min" => integer -128
286            "max" => integer 127
287            "sql_type" => string(7) "tinyint"
288            "length" => string(1) "1"
289            "default" => string(1) "1"
290            "nullable" => bool TRUE
291            "sequenced" => bool FALSE
292        )
293        "thumb_height" => array(8) (
294            "type" => string(3) "int"
295            "min" => integer -2147483648
296            "max" => integer 2147483647
297            "sql_type" => string(3) "int"
298            "length" => string(1) "9"
299            "default" => NULL
300            "nullable" => bool TRUE
301            "sequenced" => bool FALSE
302        )
303        "thumb_width" => array(8) (
304            "type" => string(3) "int"
305            "min" => integer -2147483648
306            "max" => integer 2147483647
307            "sql_type" => string(3) "int"
308            "length" => string(1) "9"
309            "default" => NULL
310            "nullable" => bool TRUE
311            "sequenced" => bool FALSE
312        )
313        "title" => array(6) (
314            "type" => string(6) "string"
315            "sql_type" => string(7) "varchar"
316            "length" => string(3) "255"
317            "default" => NULL
318            "nullable" => bool TRUE
319            "sequenced" => bool FALSE
320        )
321        "type" => array(6) (
322            "type" => string(6) "string"
323            "sql_type" => string(7) "varchar"
324            "length" => string(2) "32"
325            "default" => NULL
326            "nullable" => bool FALSE
327            "sequenced" => bool FALSE
328        )
329        "updated" => array(8) (
330            "type" => string(3) "int"
331            "min" => integer -2147483648
332            "max" => integer 2147483647
333            "sql_type" => string(3) "int"
334            "length" => string(1) "9"
335            "default" => NULL
336            "nullable" => bool TRUE
337            "sequenced" => bool FALSE
338        )
339        "view_count" => array(8) (
340            "type" => string(3) "int"
341            "min" => integer -2147483648
342            "max" => integer 2147483647
343            "sql_type" => string(3) "int"
344            "length" => string(1) "9"
345            "default" => string(1) "0"
346            "nullable" => bool TRUE
347            "sequenced" => bool FALSE
348        )
349        "weight" => array(8) (
350            "type" => string(3) "int"
351            "min" => integer -2147483648
352            "max" => integer 2147483647
353            "sql_type" => string(3) "int"
354            "length" => string(1) "9"
355            "default" => string(1) "0"
356            "nullable" => bool FALSE
357            "sequenced" => bool FALSE
358        )
359        "width" => array(8) (
360            "type" => string(3) "int"
361            "min" => integer -2147483648
362            "max" => integer 2147483647
363            "sql_type" => string(3) "int"
364            "length" => string(1) "9"
365            "default" => NULL
366            "nullable" => bool TRUE
367            "sequenced" => bool FALSE
368        )
369        "view_1" => array(8) (
370            "type" => string(6) "string"
371            "binary" => bool TRUE
372            "exact" => bool TRUE
373            "sql_type" => string(6) "binary"
374            "length" => string(1) "1"
375            "default" => string(1) "0"
376            "nullable" => bool TRUE
377            "sequenced" => bool FALSE
378        )
379        "view_2" => array(8) (
380            "type" => string(6) "string"
381            "binary" => bool TRUE
382            "exact" => bool TRUE
383            "sql_type" => string(6) "binary"
384            "length" => string(1) "1"
385            "default" => string(1) "0"
386            "nullable" => bool TRUE
387            "sequenced" => bool FALSE
388        )
389    )
390    protected ignored_columns => NULL
391    protected updated_column => NULL
392    protected created_column => NULL
393    protected primary_key => string(2) "id"
394    protected primary_val => string(4) "name"
395    protected foreign_key => array(0)
396    protected table_names_plural => bool TRUE
397    protected reload_on_wakeup => bool TRUE
398    protected db => object Database_Mysqli(7) {
399        protected quote => string(1) "`"
400        protected _table_names => array(26) (
401            "{access_caches}" => string(15) "g3access_caches"
402            "{access_intents}" => string(16) "g3access_intents"
403            "{caches}" => string(8) "g3caches"
404            "{comments}" => string(10) "g3comments"
405            "{exif_records}" => string(14) "g3exif_records"
406            "{failed_auths}" => string(14) "g3failed_auths"
407            "{g2_maps}" => string(9) "g3g2_maps"
408            "{graphics_rules}" => string(16) "g3graphics_rules"
409            "{groups}" => string(8) "g3groups"
410            "{groups_users}" => string(14) "g3groups_users"
411            "{incoming_translations}" => string(23) "g3incoming_translations"
412            "{items}" => string(7) "g3items"
413            "{items_tags}" => string(12) "g3items_tags"
414            "{logs}" => string(6) "g3logs"
415            "{messages}" => string(10) "g3messages"
416            "{modules}" => string(9) "g3modules"
417            "{outgoing_translations}" => string(23) "g3outgoing_translations"
418            "{permissions}" => string(13) "g3permissions"
419            "{search_records}" => string(16) "g3search_records"
420            "{server_add_files}" => string(18) "g3server_add_files"
421            "{sessions}" => string(10) "g3sessions"
422            "{tags}" => string(6) "g3tags"
423            "{tasks}" => string(7) "g3tasks"
424            "{themes}" => string(8) "g3themes"
425            "{users}" => string(7) "g3users"
426            "{vars}" => string(6) "g3vars"
427        )
428        protected last_query => string(83) "SELECT `key`, `translation`
429FROM `g3outgoing_translations`
430WHERE `locale` = 'en_US'"
431        protected config => array(8) (
432            "benchmark" => bool FALSE
433            "persistent" => bool FALSE
434            "connection" => array(8) (
435                "type" => string(6) "mysqli"
436                "user" => string(4) "root"
437                "pass" => string(13) "starwooftrek1"
438                "host" => string(9) "localhost"
439                "port" => bool FALSE
440                "socket" => bool FALSE
441                "database" => string(8) "gallery3"
442                "params" => NULL
443            )
444            "character_set" => string(4) "utf8"
445            "table_prefix" => string(2) "g3"
446            "object" => bool TRUE
447            "cache" => bool FALSE
448            "escape" => bool TRUE
449        )
450        protected config_required => array(0)
451        protected connection => object mysqli(17) {
452            public affected_rows => NULL
453            public client_info => NULL
454            public client_version => NULL
455            public connect_errno => NULL
456            public connect_error => NULL
457            public errno => NULL
458            public error => NULL
459            public field_count => NULL
460            public host_info => NULL
461            public info => NULL
462            public insert_id => NULL
463            public server_info => NULL
464            public server_version => NULL
465            public sqlstate => NULL
466            public protocol_version => NULL
467            public thread_id => NULL
468            public warning_count => NULL
469        }
470        protected cache => NULL
471    }
472    protected db_applied => array(0)
473    protected db_builder => object Database_Builder(18) {
474        protected order_directions => array(3) (
475            0 => string(3) "ASC"
476            1 => string(4) "DESC"
477            2 => string(6) "RAND()"
478        )
479        protected db => object Database_Mysqli(7) {
480            protected quote => string(1) "`"
481            protected _table_names => array(26) (
482                "{access_caches}" => string(15) "g3access_caches"
483                "{access_intents}" => string(16) "g3access_intents"
484                "{caches}" => string(8) "g3caches"
485                "{comments}" => string(10) "g3comments"
486                "{exif_records}" => string(14) "g3exif_records"
487                "{failed_auths}" => string(14) "g3failed_auths"
488                "{g2_maps}" => string(9) "g3g2_maps"
489                "{graphics_rules}" => string(16) "g3graphics_rules"
490                "{groups}" => string(8) "g3groups"
491                "{groups_users}" => string(14) "g3groups_users"
492                "{incoming_translations}" => string(23) "g3incoming_translations"
493                "{items}" => string(7) "g3items"
494                "{items_tags}" => string(12) "g3items_tags"
495                "{logs}" => string(6) "g3logs"
496                "{messages}" => string(10) "g3messages"
497                "{modules}" => string(9) "g3modules"
498                "{outgoing_translations}" => string(23) "g3outgoing_translations"
499                "{permissions}" => string(13) "g3permissions"
500                "{search_records}" => string(16) "g3search_records"
501                "{server_add_files}" => string(18) "g3server_add_files"
502                "{sessions}" => string(10) "g3sessions"
503                "{tags}" => string(6) "g3tags"
504                "{tasks}" => string(7) "g3tasks"
505                "{themes}" => string(8) "g3themes"
506                "{users}" => string(7) "g3users"
507                "{vars}" => string(6) "g3vars"
508            )
509            protected last_query => string(83) "SELECT `key`, `translation`
510FROM `g3outgoing_translations`
511WHERE `locale` = 'en_US'"
512            protected config => array(8) (
513                "benchmark" => bool FALSE
514                "persistent" => bool FALSE
515                "connection" => array(8) (
516                    "type" => string(6) "mysqli"
517                    "user" => string(4) "root"
518                    "pass" => string(13) "starwooftrek1"
519                    "host" => string(9) "localhost"
520                    "port" => bool FALSE
521                    "socket" => bool FALSE
522                    "database" => string(8) "gallery3"
523                    "params" => NULL
524                )
525                "character_set" => string(4) "utf8"
526                "table_prefix" => string(2) "g3"
527                "object" => bool TRUE
528                "cache" => bool FALSE
529                "escape" => bool TRUE
530            )
531            protected config_required => array(0)
532            protected connection => object mysqli(17) {
533                public affected_rows => NULL
534                public client_info => NULL
535                public client_version => NULL
536                public connect_errno => NULL
537                public connect_error => NULL
538                public errno => NULL
539                public error => NULL
540                public field_count => NULL
541                public host_info => NULL
542                public info => NULL
543                public insert_id => NULL
544                public server_info => NULL
545                public server_version => NULL
546                public sqlstate => NULL
547                public protocol_version => NULL
548                public thread_id => NULL
549                public warning_count => NULL
550            }
551            protected cache => NULL
552        }
553        protected select => array(0)
554        protected from => array(0)
555        protected join => array(0)
556        protected where => array(0)
557        protected group_by => array(0)
558        protected having => array(0)
559        protected order_by => array(0)
560        protected limit => NULL
561        protected offset => NULL
562        protected set => array(0)
563        protected columns => array(0)
564        protected values => array(0)
565        protected type => NULL
566        protected distinct => bool FALSE
567        protected reset => bool TRUE
568        protected ttl => bool FALSE
569    }
570    protected with_applied => array(0)
571}
572
57327      // show() must be public because we route to it in url::parse_url(), so make
57428      // sure that we're actually receiving an object
57529      throw new Kohana_404_Exception();
57630    }
57731
57832    access::required("view", $album);
57933
58034    $page_size = module::get_var("gallery", "page_size", 9);
58135    $input = Input::instance();
58236    $show = $input->get("show");
58337
584
585===============================================================================================================
586#
587
588MODPATH/gallery/controllers/albums.php[ 22 ] » Albums_Controller->show( arguments )
589
590album
591
592       
593
594object Item_Model(35) {
595    protected children => string(5) "items"
596    protected sorting => array(0)
597    protected data_file => NULL
598    private model_name => string(4) "item"
599    protected has_one => array(0)
600    protected belongs_to => array(0)
601    protected has_many => array(0)
602    protected has_and_belongs_to_many => array(0)
603    protected has_many_through => array(0)
604    protected load_with => array(0)
605    protected object => array(33) (
606        "id" => NULL
607        "album_cover_item_id" => NULL
608        "captured" => NULL
609        "created" => integer 1266859563
610        "description" => NULL
611        "height" => NULL
612        "left_ptr" => NULL
613        "level" => NULL
614        "mime_type" => NULL
615        "name" => NULL
616        "owner_id" => string(1) "2"
617        "parent_id" => NULL
618        "rand_key" => float 0.29697066093654
619        "relative_path_cache" => NULL
620        "relative_url_cache" => NULL
621        "resize_dirty" => integer 1
622        "resize_height" => NULL
623        "resize_width" => NULL
624        "right_ptr" => NULL
625        "slug" => NULL
626        "sort_column" => string(7) "created"
627        "sort_order" => string(3) "ASC"
628        "thumb_dirty" => integer 1
629        "thumb_height" => NULL
630        "thumb_width" => NULL
631        "title" => NULL
632        "type" => NULL
633        "updated" => NULL
634        "view_count" => NULL
635        "weight" => NULL
636        "width" => NULL
637        "view_1" => NULL
638        "view_2" => NULL
639    )
640    protected changed => array(7) (
641        "created" => string(7) "created"
642        "rand_key" => string(8) "rand_key"
643        "thumb_dirty" => string(11) "thumb_dirty"
644        "resize_dirty" => string(12) "resize_dirty"
645        "sort_column" => string(11) "sort_column"
646        "sort_order" => string(10) "sort_order"
647        "owner_id" => string(8) "owner_id"
648    )
649    protected related => array(0)
650    protected _valid => bool FALSE
651    protected _loaded => bool FALSE
652    protected _saved => bool FALSE
653    protected rules => array(0)
654    protected object_relations => array(0)
655    protected changed_relations => array(0)
656    protected object_name => string(4) "item"
657    protected object_plural => string(5) "items"
658    protected table_name => string(5) "items"
659    protected table_columns => array(33) (
660        "id" => array(8) (
661            "type" => string(3) "int"
662            "min" => integer -2147483648
663            "max" => integer 2147483647
664            "sql_type" => string(3) "int"
665            "length" => string(1) "9"
666            "default" => NULL
667            "nullable" => bool FALSE
668            "sequenced" => bool TRUE
669        )
670        "album_cover_item_id" => array(8) (
671            "type" => string(3) "int"
672            "min" => integer -2147483648
673            "max" => integer 2147483647
674            "sql_type" => string(3) "int"
675            "length" => string(1) "9"
676            "default" => NULL
677            "nullable" => bool TRUE
678            "sequenced" => bool FALSE
679        )
680        "captured" => array(8) (
681            "type" => string(3) "int"
682            "min" => integer -2147483648
683            "max" => integer 2147483647
684            "sql_type" => string(3) "int"
685            "length" => string(1) "9"
686            "default" => NULL
687            "nullable" => bool TRUE
688            "sequenced" => bool FALSE
689        )
690        "created" => array(8) (
691            "type" => string(3) "int"
692            "min" => integer -2147483648
693            "max" => integer 2147483647
694            "sql_type" => string(3) "int"
695            "length" => string(1) "9"
696            "default" => NULL
697            "nullable" => bool TRUE
698            "sequenced" => bool FALSE
699        )
700        "description" => array(6) (
701            "type" => string(6) "string"
702            "sql_type" => string(7) "varchar"
703            "length" => string(4) "2048"
704            "default" => NULL
705            "nullable" => bool TRUE
706            "sequenced" => bool FALSE
707        )
708        "height" => array(8) (
709            "type" => string(3) "int"
710            "min" => integer -2147483648
711            "max" => integer 2147483647
712            "sql_type" => string(3) "int"
713            "length" => string(1) "9"
714            "default" => NULL
715            "nullable" => bool TRUE
716            "sequenced" => bool FALSE
717        )
718        "left_ptr" => array(8) (
719            "type" => string(3) "int"
720            "min" => integer -2147483648
721            "max" => integer 2147483647
722            "sql_type" => string(3) "int"
723            "length" => string(1) "9"
724            "default" => NULL
725            "nullable" => bool FALSE
726            "sequenced" => bool FALSE
727        )
728        "level" => array(8) (
729            "type" => string(3) "int"
730            "min" => integer -2147483648
731            "max" => integer 2147483647
732            "sql_type" => string(3) "int"
733            "length" => string(1) "9"
734            "default" => NULL
735            "nullable" => bool FALSE
736            "sequenced" => bool FALSE
737        )
738        "mime_type" => array(6) (
739            "type" => string(6) "string"
740            "sql_type" => string(7) "varchar"
741            "length" => string(2) "64"
742            "default" => NULL
743            "nullable" => bool TRUE
744            "sequenced" => bool FALSE
745        )
746        "name" => array(6) (
747            "type" => string(6) "string"
748            "sql_type" => string(7) "varchar"
749            "length" => string(3) "255"
750            "default" => NULL
751            "nullable" => bool TRUE
752            "sequenced" => bool FALSE
753        )
754        "owner_id" => array(8) (
755            "type" => string(3) "int"
756            "min" => integer -2147483648
757            "max" => integer 2147483647
758            "sql_type" => string(3) "int"
759            "length" => string(1) "9"
760            "default" => NULL
761            "nullable" => bool TRUE
762            "sequenced" => bool FALSE
763        )
764        "parent_id" => array(8) (
765            "type" => string(3) "int"
766            "min" => integer -2147483648
767            "max" => integer 2147483647
768            "sql_type" => string(3) "int"
769            "length" => string(1) "9"
770            "default" => NULL
771            "nullable" => bool FALSE
772            "sequenced" => bool FALSE
773        )
774        "rand_key" => array(5) (
775            "type" => string(5) "float"
776            "sql_type" => string(5) "float"
777            "default" => NULL
778            "nullable" => bool TRUE
779            "sequenced" => bool FALSE
780        )
781        "relative_path_cache" => array(6) (
782            "type" => string(6) "string"
783            "sql_type" => string(7) "varchar"
784            "length" => string(3) "255"
785            "default" => NULL
786            "nullable" => bool TRUE
787            "sequenced" => bool FALSE
788        )
789        "relative_url_cache" => array(6) (
790            "type" => string(6) "string"
791            "sql_type" => string(7) "varchar"
792            "length" => string(3) "255"
793            "default" => NULL
794            "nullable" => bool TRUE
795            "sequenced" => bool FALSE
796        )
797        "resize_dirty" => array(8) (
798            "type" => string(3) "int"
799            "min" => integer -128
800            "max" => integer 127
801            "sql_type" => string(7) "tinyint"
802            "length" => string(1) "1"
803            "default" => string(1) "1"
804            "nullable" => bool TRUE
805            "sequenced" => bool FALSE
806        )
807        "resize_height" => array(8) (
808            "type" => string(3) "int"
809            "min" => integer -2147483648
810            "max" => integer 2147483647
811            "sql_type" => string(3) "int"
812            "length" => string(1) "9"
813            "default" => NULL
814            "nullable" => bool TRUE
815            "sequenced" => bool FALSE
816        )
817        "resize_width" => array(8) (
818            "type" => string(3) "int"
819            "min" => integer -2147483648
820            "max" => integer 2147483647
821            "sql_type" => string(3) "int"
822            "length" => string(1) "9"
823            "default" => NULL
824            "nullable" => bool TRUE
825            "sequenced" => bool FALSE
826        )
827        "right_ptr" => array(8) (
828            "type" => string(3) "int"
829            "min" => integer -2147483648
830            "max" => integer 2147483647
831            "sql_type" => string(3) "int"
832            "length" => string(1) "9"
833            "default" => NULL
834            "nullable" => bool FALSE
835            "sequenced" => bool FALSE
836        )
837        "slug" => array(6) (
838            "type" => string(6) "string"
839            "sql_type" => string(7) "varchar"
840            "length" => string(3) "255"
841            "default" => NULL
842            "nullable" => bool TRUE
843            "sequenced" => bool FALSE
844        )
845        "sort_column" => array(6) (
846            "type" => string(6) "string"
847            "sql_type" => string(7) "varchar"
848            "length" => string(2) "64"
849            "default" => NULL
850            "nullable" => bool TRUE
851            "sequenced" => bool FALSE
852        )
853        "sort_order" => array(7) (
854            "type" => string(6) "string"
855            "exact" => bool TRUE
856            "sql_type" => string(4) "char"
857            "length" => string(1) "4"
858            "default" => string(3) "ASC"
859            "nullable" => bool TRUE
860            "sequenced" => bool FALSE
861        )
862        "thumb_dirty" => array(8) (
863            "type" => string(3) "int"
864            "min" => integer -128
865            "max" => integer 127
866            "sql_type" => string(7) "tinyint"
867            "length" => string(1) "1"
868            "default" => string(1) "1"
869            "nullable" => bool TRUE
870            "sequenced" => bool FALSE
871        )
872        "thumb_height" => array(8) (
873            "type" => string(3) "int"
874            "min" => integer -2147483648
875            "max" => integer 2147483647
876            "sql_type" => string(3) "int"
877            "length" => string(1) "9"
878            "default" => NULL
879            "nullable" => bool TRUE
880            "sequenced" => bool FALSE
881        )
882        "thumb_width" => array(8) (
883            "type" => string(3) "int"
884            "min" => integer -2147483648
885            "max" => integer 2147483647
886            "sql_type" => string(3) "int"
887            "length" => string(1) "9"
888            "default" => NULL
889            "nullable" => bool TRUE
890            "sequenced" => bool FALSE
891        )
892        "title" => array(6) (
893            "type" => string(6) "string"
894            "sql_type" => string(7) "varchar"
895            "length" => string(3) "255"
896            "default" => NULL
897            "nullable" => bool TRUE
898            "sequenced" => bool FALSE
899        )
900        "type" => array(6) (
901            "type" => string(6) "string"
902            "sql_type" => string(7) "varchar"
903            "length" => string(2) "32"
904            "default" => NULL
905            "nullable" => bool FALSE
906            "sequenced" => bool FALSE
907        )
908        "updated" => array(8) (
909            "type" => string(3) "int"
910            "min" => integer -2147483648
911            "max" => integer 2147483647
912            "sql_type" => string(3) "int"
913            "length" => string(1) "9"
914            "default" => NULL
915            "nullable" => bool TRUE
916            "sequenced" => bool FALSE
917        )
918        "view_count" => array(8) (
919            "type" => string(3) "int"
920            "min" => integer -2147483648
921            "max" => integer 2147483647
922            "sql_type" => string(3) "int"
923            "length" => string(1) "9"
924            "default" => string(1) "0"
925            "nullable" => bool TRUE
926            "sequenced" => bool FALSE
927        )
928        "weight" => array(8) (
929            "type" => string(3) "int"
930            "min" => integer -2147483648
931            "max" => integer 2147483647
932            "sql_type" => string(3) "int"
933            "length" => string(1) "9"
934            "default" => string(1) "0"
935            "nullable" => bool FALSE
936            "sequenced" => bool FALSE
937        )
938        "width" => array(8) (
939            "type" => string(3) "int"
940            "min" => integer -2147483648
941            "max" => integer 2147483647
942            "sql_type" => string(3) "int"
943            "length" => string(1) "9"
944            "default" => NULL
945            "nullable" => bool TRUE
946            "sequenced" => bool FALSE
947        )
948        "view_1" => array(8) (
949            "type" => string(6) "string"
950            "binary" => bool TRUE
951            "exact" => bool TRUE
952            "sql_type" => string(6) "binary"
953            "length" => string(1) "1"
954            "default" => string(1) "0"
955            "nullable" => bool TRUE
956            "sequenced" => bool FALSE
957        )
958        "view_2" => array(8) (
959            "type" => string(6) "string"
960            "binary" => bool TRUE
961            "exact" => bool TRUE
962            "sql_type" => string(6) "binary"
963            "length" => string(1) "1"
964            "default" => string(1) "0"
965            "nullable" => bool TRUE
966            "sequenced" => bool FALSE
967        )
968    )
969    protected ignored_columns => NULL
970    protected updated_column => NULL
971    protected created_column => NULL
972    protected primary_key => string(2) "id"
973    protected primary_val => string(4) "name"
974    protected foreign_key => array(0)
975    protected table_names_plural => bool TRUE
976    protected reload_on_wakeup => bool TRUE
977    protected db => object Database_Mysqli(7) {
978        protected quote => string(1) "`"
979        protected _table_names => array(26) (
980            "{access_caches}" => string(15) "g3access_caches"
981            "{access_intents}" => string(16) "g3access_intents"
982            "{caches}" => string(8) "g3caches"
983            "{comments}" => string(10) "g3comments"
984            "{exif_records}" => string(14) "g3exif_records"
985            "{failed_auths}" => string(14) "g3failed_auths"
986            "{g2_maps}" => string(9) "g3g2_maps"
987            "{graphics_rules}" => string(16) "g3graphics_rules"
988            "{groups}" => string(8) "g3groups"
989            "{groups_users}" => string(14) "g3groups_users"
990            "{incoming_translations}" => string(23) "g3incoming_translations"
991            "{items}" => string(7) "g3items"
992            "{items_tags}" => string(12) "g3items_tags"
993            "{logs}" => string(6) "g3logs"
994            "{messages}" => string(10) "g3messages"
995            "{modules}" => string(9) "g3modules"
996            "{outgoing_translations}" => string(23) "g3outgoing_translations"
997            "{permissions}" => string(13) "g3permissions"
998            "{search_records}" => string(16) "g3search_records"
999            "{server_add_files}" => string(18) "g3server_add_files"
1000            "{sessions}" => string(10) "g3sessions"
1001            "{tags}" => string(6) "g3tags"
1002            "{tasks}" => string(7) "g3tasks"
1003            "{themes}" => string(8) "g3themes"
1004            "{users}" => string(7) "g3users"
1005            "{vars}" => string(6) "g3vars"
1006        )
1007        protected last_query => string(83) "SELECT `key`, `translation`
1008FROM `g3outgoing_translations`
1009WHERE `locale` = 'en_US'"
1010        protected config => array(8) (
1011            "benchmark" => bool FALSE
1012            "persistent" => bool FALSE
1013            "connection" => array(8) (
1014                "type" => string(6) "mysqli"
1015                "user" => string(4) "root"
1016                "pass" => string(13) "starwooftrek1"
1017                "host" => string(9) "localhost"
1018                "port" => bool FALSE
1019                "socket" => bool FALSE
1020                "database" => string(8) "gallery3"
1021                "params" => NULL
1022            )
1023            "character_set" => string(4) "utf8"
1024            "table_prefix" => string(2) "g3"
1025            "object" => bool TRUE
1026            "cache" => bool FALSE
1027            "escape" => bool TRUE
1028        )
1029        protected config_required => array(0)
1030        protected connection => object mysqli(17) {
1031            public affected_rows => NULL
1032            public client_info => NULL
1033            public client_version => NULL
1034            public connect_errno => NULL
1035            public connect_error => NULL
1036            public errno => NULL
1037            public error => NULL
1038            public field_count => NULL
1039            public host_info => NULL
1040            public info => NULL
1041            public insert_id => NULL
1042            public server_info => NULL
1043            public server_version => NULL
1044            public sqlstate => NULL
1045            public protocol_version => NULL
1046            public thread_id => NULL
1047            public warning_count => NULL
1048        }
1049        protected cache => NULL
1050    }
1051    protected db_applied => array(0)
1052    protected db_builder => object Database_Builder(18) {
1053        protected order_directions => array(3) (
1054            0 => string(3) "ASC"
1055            1 => string(4) "DESC"
1056            2 => string(6) "RAND()"
1057        )
1058        protected db => object Database_Mysqli(7) {
1059            protected quote => string(1) "`"
1060            protected _table_names => array(26) (
1061                "{access_caches}" => string(15) "g3access_caches"
1062                "{access_intents}" => string(16) "g3access_intents"
1063                "{caches}" => string(8) "g3caches"
1064                "{comments}" => string(10) "g3comments"
1065                "{exif_records}" => string(14) "g3exif_records"
1066                "{failed_auths}" => string(14) "g3failed_auths"
1067                "{g2_maps}" => string(9) "g3g2_maps"
1068                "{graphics_rules}" => string(16) "g3graphics_rules"
1069                "{groups}" => string(8) "g3groups"
1070                "{groups_users}" => string(14) "g3groups_users"
1071                "{incoming_translations}" => string(23) "g3incoming_translations"
1072                "{items}" => string(7) "g3items"
1073                "{items_tags}" => string(12) "g3items_tags"
1074                "{logs}" => string(6) "g3logs"
1075                "{messages}" => string(10) "g3messages"
1076                "{modules}" => string(9) "g3modules"
1077                "{outgoing_translations}" => string(23) "g3outgoing_translations"
1078                "{permissions}" => string(13) "g3permissions"
1079                "{search_records}" => string(16) "g3search_records"
1080                "{server_add_files}" => string(18) "g3server_add_files"
1081                "{sessions}" => string(10) "g3sessions"
1082                "{tags}" => string(6) "g3tags"
1083                "{tasks}" => string(7) "g3tasks"
1084                "{themes}" => string(8) "g3themes"
1085                "{users}" => string(7) "g3users"
1086                "{vars}" => string(6) "g3vars"
1087            )
1088            protected last_query => string(83) "SELECT `key`, `translation`
1089FROM `g3outgoing_translations`
1090WHERE `locale` = 'en_US'"
1091            protected config => array(8) (
1092                "benchmark" => bool FALSE
1093                "persistent" => bool FALSE
1094                "connection" => array(8) (
1095                    "type" => string(6) "mysqli"
1096                    "user" => string(4) "root"
1097                    "pass" => string(13) "starwooftrek1"
1098                    "host" => string(9) "localhost"
1099                    "port" => bool FALSE
1100                    "socket" => bool FALSE
1101                    "database" => string(8) "gallery3"
1102                    "params" => NULL
1103                )
1104                "character_set" => string(4) "utf8"
1105                "table_prefix" => string(2) "g3"
1106                "object" => bool TRUE
1107                "cache" => bool FALSE
1108                "escape" => bool TRUE
1109            )
1110            protected config_required => array(0)
1111            protected connection => object mysqli(17) {
1112                public affected_rows => NULL
1113                public client_info => NULL
1114                public client_version => NULL
1115                public connect_errno => NULL
1116                public connect_error => NULL
1117                public errno => NULL
1118                public error => NULL
1119                public field_count => NULL
1120                public host_info => NULL
1121                public info => NULL
1122                public insert_id => NULL
1123                public server_info => NULL
1124                public server_version => NULL
1125                public sqlstate => NULL
1126                public protocol_version => NULL
1127                public thread_id => NULL
1128                public warning_count => NULL
1129            }
1130            protected cache => NULL
1131        }
1132        protected select => array(0)
1133        protected from => array(0)
1134        protected join => array(0)
1135        protected where => array(0)
1136        protected group_by => array(0)
1137        protected having => array(0)
1138        protected order_by => array(0)
1139        protected limit => NULL
1140        protected offset => NULL
1141        protected set => array(0)
1142        protected columns => array(0)
1143        protected values => array(0)
1144        protected type => NULL
1145        protected distinct => bool FALSE
1146        protected reset => bool TRUE
1147        protected ttl => bool FALSE
1148    }
1149    protected with_applied => array(0)
1150}
1151
115217 * along with this program; if not, write to the Free Software
115318 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
115419 */
115520class Albums_Controller extends Items_Controller {
115621  public function index() {
115722    $this->show(ORM::factory("item", 1));
115823  }
115924
116025  public function show($album) {
116126    if (!is_object($album)) {
116227      // show() must be public because we route to it in url::parse_url(), so make
1163
1164====================================================================================
1165#
1166
1167{PHP internal call} » Albums_Controller->index()
1168===================================================================================
1169#
1170
1171SYSPATH/core/Kohana.php[ 330 ] » ReflectionMethod->invokeArgs( arguments )
1172
1173object
1174
1175       
1176
1177object Albums_Controller(0) {
1178}
1179
1180args
1181
1182       
1183
1184array(0)
1185
1186325
1187326                     // Start the controller execution benchmark
1188327                     Benchmark::start(SYSTEM_BENCHMARK.'_controller_execution');
1189328
1190329                     // Execute the controller method
1191330                     $method->invokeArgs($controller, $arguments);
1192331
1193332                     // Controller method has been executed
1194333                     Event::run('system.post_controller');
1195334
1196335                     // Stop the controller execution benchmark
1197
1198=================================================================================
1199  {PHP internal call}  » Kohana_Core::instance( arguments  )
1200
12010
1202
1203       
1204
1205NULL
1206===================================================================================
1207#
1208
1209SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )
1210
1211function_name
1212
1213       
1214
1215array(2) (
1216    0 => string(6) "Kohana"
1217    1 => string(8) "instance"
1218)
1219
1220parameters
1221
1222       
1223
1224array(1) (
1225    0 => NULL
1226)
1227
1228203                     Event::$data =& $data;
1229204                     $callbacks  =  Event::get($name);
1230205
1231206                     foreach ($callbacks as $callback)
1232207                     {
1233208                             call_user_func_array($callback, array(&$data));
1234209                     }
1235210
1236211                     // Do this to prevent data from getting 'stuck'
1237212                     $clear_data = '';
1238213                     Event::$data =& $clear_data;
1239
1240==========================================================================================
1241#
1242
1243APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )
1244
1245name
1246
1247       
1248
1249string(14) "system.execute"
1250
125162
125263// End system_initialization
125364Benchmark::stop(SYSTEM_BENCHMARK.'_system_initialization');
125465
125566// Make the magic happen!
125667Event::run('system.execute');
1257
1258======================================================================================
1259#
1260
1261DOCROOT/index.php[ 91 ] » require( arguments )
1262
12630
1264
1265       
1266
1267string(43) "/www/web/gallery3/application/Bootstrap.php"
1268
126986if (file_exists("local.php")) {
127087  include("local.php");
127188}
127289
127390// Initialize.
127491require APPPATH . "Bootstrap" . EXT;
1275
1276==============================================================================
1277Included files(91)
1278
1279DOCROOT/index.php
1280
1281APPPATH/Bootstrap.php
1282
1283SYSPATH/core/Benchmark.php
1284
1285SYSPATH/core/Event.php
1286
1287SYSPATH/core/Kohana.php
1288
1289SYSPATH/core/Kohana_Exception.php
1290
1291MODPATH/gallery/libraries/MY_Kohana_Exception.php
1292
1293SYSPATH/core/Kohana_Config.php
1294
1295SYSPATH/libraries/drivers/Config.php
1296
1297SYSPATH/libraries/drivers/Config/Array.php
1298
1299APPPATH/config/config.php
1300
1301SYSPATH/libraries/I18n.php
1302
1303SYSPATH/libraries/Kohana_PHP_Exception.php
1304
1305SYSPATH/config/locale.php
1306
1307MODPATH/gallery/config/locale.php
1308
1309MODPATH/gallery/hooks/init_gallery.php
1310
1311MODPATH/gallery/helpers/gallery_error.php
1312
1313SYSPATH/libraries/Input.php
1314
1315MODPATH/gallery/libraries/MY_Input.php
1316
1317SYSPATH/helpers/text.php
1318
1319SYSPATH/libraries/Kohana_Log.php
1320
1321SYSPATH/config/log.php
1322
1323SYSPATH/libraries/drivers/Log/File.php
1324
1325SYSPATH/libraries/drivers/Log.php
1326
1327MODPATH/gallery/config/log_file.php
1328
1329MODPATH/gallery/libraries/Gallery_I18n.php
1330
1331MODPATH/gallery/helpers/module.php
1332
1333SYSPATH/helpers/db.php
1334
1335SYSPATH/libraries/Database_Builder.php
1336
1337MODPATH/kohana23_compat/libraries/MY_Database_Builder.php
1338
1339SYSPATH/libraries/Database.php
1340
1341MODPATH/gallery/libraries/MY_Database.php
1342
1343SYSPATH/config/database.php
1344
1345MODPATH/gallery/config/database.php
1346
1347DOCROOT/var/database.php
1348
1349SYSPATH/libraries/Database_Mysqli.php
1350
1351SYSPATH/libraries/Database_Mysql.php
1352
1353SYSPATH/libraries/Database_Mysqli_Result.php
1354
1355SYSPATH/libraries/Database_Result.php
1356
1357SYSPATH/libraries/ORM.php
1358
1359MODPATH/gallery/libraries/MY_ORM.php
1360
1361SYSPATH/libraries/ORM_Iterator.php
1362
1363MODPATH/gallery/models/module.php
1364
1365SYSPATH/helpers/inflector.php
1366
1367SYSPATH/config/inflector.php
1368
1369SYSPATH/config/sql_types.php
1370
1371MODPATH/gallery/helpers/model_cache.php
1372
1373MODPATH/gallery/helpers/gallery.php
1374
1375MODPATH/gallery/helpers/gallery_event.php
1376
1377MODPATH/gallery/helpers/identity.php
1378
1379MODPATH/gallery/libraries/IdentityProvider.php
1380
1381MODPATH/user/config/identity.php
1382
1383MODPATH/user/libraries/drivers/IdentityProvider/Gallery.php
1384
1385MODPATH/gallery/libraries/drivers/IdentityProvider.php
1386
1387SYSPATH/libraries/Session.php
1388
1389SYSPATH/config/session.php
1390
1391MODPATH/gallery/config/session.php
1392
1393SYSPATH/libraries/drivers/Session/Database.php
1394
1395SYSPATH/libraries/drivers/Session.php
1396
1397SYSPATH/config/cookie.php
1398
1399MODPATH/gallery/config/cookie.php
1400
1401SYSPATH/helpers/cookie.php
1402
1403MODPATH/user/models/user.php
1404
1405SYSPATH/helpers/request.php
1406
1407MODPATH/gallery/helpers/theme.php
1408
1409MODPATH/gallery/helpers/locales.php
1410
1411MODPATH/user/helpers/user_event.php
1412
1413MODPATH/comment/helpers/comment_event.php
1414
1415MODPATH/organize/helpers/organize_event.php
1416
1417MODPATH/search/helpers/search_event.php
1418
1419MODPATH/slideshow/helpers/slideshow_event.php
1420
1421MODPATH/tag/helpers/tag_event.php
1422
1423MODPATH/server_add/helpers/server_add_event.php
1424
1425MODPATH/exif/helpers/exif_event.php
1426
1427MODPATH/g2_import/helpers/g2_import_event.php
1428
1429SYSPATH/libraries/Router.php
1430
1431SYSPATH/config/routes.php
1432
1433MODPATH/gallery/config/routes.php
1434
1435SYSPATH/helpers/url.php
1436
1437MODPATH/gallery/helpers/MY_url.php
1438
1439MODPATH/gallery/controllers/albums.php
1440
1441MODPATH/gallery/controllers/items.php
1442
1443SYSPATH/libraries/Controller.php
1444
1445MODPATH/gallery/models/item.php
1446
1447MODPATH/gallery/libraries/ORM_MPTT.php
1448
1449MODPATH/gallery/helpers/access.php
1450
1451SYSPATH/libraries/Kohana_404_Exception.php
1452
1453SYSPATH/helpers/arr.php
1454
1455SYSPATH/messages/kohana/core.php
1456
1457MODPATH/gallery/views/kohana/error.php
1458
1459MODPATH/gallery/libraries/SafeString.php
1460=========================================================
1461Core
1462
1463date
1464
1465ereg
1466
1467libxml
1468
1469pcre
1470
1471filter
1472
1473Reflection
1474
1475session
1476
1477SPL
1478
1479SimpleXML
1480
1481standard
1482
1483xml
1484
1485apache2handler
1486
1487ctype
1488
1489dba
1490
1491dom
1492
1493mbstring
1494
1495gd
1496
1497gettext
1498
1499hash
1500
1501iconv
1502
1503json
1504
1505exif
1506
1507mysql
1508
1509mysqli
1510
1511odbc
1512
1513openssl
1514
1515PDO
1516
1517pdo_mysql
1518
1519PDO_ODBC
1520
1521pdo_sqlite
1522
1523SQLite
1524
1525sqlite3
1526
1527tokenizer
1528
1529xmlreader
1530
1531xmlwriter
1532
1533zlib
1534
1535mhash
1536======================================================================
1537
1538$_SESSION
1539session_id     
1540
1541string(32) "5e5duasar75deg7tdbsj14gu9igm5qkq"
1542
1543total_hits     
1544
1545integer 1988
1546
1547_kf_flash_     
1548
1549array(0)
1550
1551user_agent     
1552
1553string(105) "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)"
1554
1555ip_address     
1556
1557string(12) "148.8.198.23"
1558
1559last_activity   
1560
1561integer 1266859563
1562
1563user   
1564
1565object User_Model(33) {
1566    protected has_and_belongs_to_many => array(1) (
1567        0 => string(6) "groups"
1568    )
1569    protected password_length => NULL
1570    protected has_one => array(0)
1571    protected belongs_to => array(0)
1572    protected has_many => array(0)
1573    protected has_many_through => array(0)
1574    protected load_with => array(0)
1575    protected object => array(12) (
1576        "id" => string(1) "2"
1577        "name" => string(5) "admin"
1578        "full_name" => string(21) "Gallery Administrator"
1579        "password" => string(34) "$P$DSU01hfhTg6/YQTUcb/8YyLR6Go2em."
1580        "login_count" => string(1) "3"
1581        "last_login" => string(10) "1266846286"
1582        "email" => string(21) "spamme@ecybernard.com"
1583        "admin" => string(1) "1"
1584        "guest" => string(1) "0"
1585        "hash" => NULL
1586        "url" => string(0) ""
1587        "locale" => string(5) "en_US"
1588    )
1589    protected changed => array(0)
1590    protected related => array(0)
1591    protected _valid => bool FALSE
1592    protected _loaded => bool TRUE
1593    protected _saved => bool TRUE
1594    protected sorting => array(1) (
1595        "id" => string(3) "asc"
1596    )
1597    protected rules => array(0)
1598    protected object_relations => array(0)
1599    protected changed_relations => array(0)
1600    protected object_name => string(4) "user"
1601    protected object_plural => NULL
1602    protected table_name => string(5) "users"
1603    protected table_columns => array(12) (
1604        "id" => array(8) (
1605            "type" => string(3) "int"
1606            "min" => integer -2147483648
1607            "max" => integer 2147483647
1608            "sql_type" => string(3) "int"
1609            "length" => string(1) "9"
1610            "default" => NULL
1611            "nullable" => bool FALSE
1612            "sequenced" => bool TRUE
1613        )
1614        "name" => array(6) (
1615            "type" => string(6) "string"
1616            "sql_type" => string(7) "varchar"
1617            "length" => string(2) "32"
1618            "default" => NULL
1619            "nullable" => bool FALSE
1620            "sequenced" => bool FALSE
1621        )
1622        "full_name" => array(6) (
1623            "type" => string(6) "string"
1624            "sql_type" => string(7) "varchar"
1625            "length" => string(3) "255"
1626            "default" => NULL
1627            "nullable" => bool FALSE
1628            "sequenced" => bool FALSE
1629        )
1630        "password" => array(6) (
1631            "type" => string(6) "string"
1632            "sql_type" => string(7) "varchar"
1633            "length" => string(2) "64"
1634            "default" => NULL
1635            "nullable" => bool FALSE
1636            "sequenced" => bool FALSE
1637        )
1638        "login_count" => array(8) (
1639            "type" => string(3) "int"
1640            "min" => integer 0
1641            "max" => integer 4294967295
1642            "sql_type" => string(12) "int unsigned"
1643            "length" => string(2) "10"
1644            "default" => string(1) "0"
1645            "nullable" => bool FALSE
1646            "sequenced" => bool FALSE
1647        )
1648        "last_login" => array(8) (
1649            "type" => string(3) "int"
1650            "min" => integer 0
1651            "max" => integer 4294967295
1652            "sql_type" => string(12) "int unsigned"
1653            "length" => string(2) "10"
1654            "default" => string(1) "0"
1655            "nullable" => bool FALSE
1656            "sequenced" => bool FALSE
1657        )
1658        "email" => array(6) (
1659            "type" => string(6) "string"
1660            "sql_type" => string(7) "varchar"
1661            "length" => string(2) "64"
1662            "default" => NULL
1663            "nullable" => bool TRUE
1664            "sequenced" => bool FALSE
1665        )
1666        "admin" => array(8) (
1667            "type" => string(3) "int"
1668            "min" => integer -128
1669            "max" => integer 127
1670            "sql_type" => string(7) "tinyint"
1671            "length" => string(1) "1"
1672            "default" => string(1) "0"
1673            "nullable" => bool TRUE
1674            "sequenced" => bool FALSE
1675        )
1676        "guest" => array(8) (
1677            "type" => string(3) "int"
1678            "min" => integer -128
1679            "max" => integer 127
1680            "sql_type" => string(7) "tinyint"
1681            "length" => string(1) "1"
1682            "default" => string(1) "0"
1683            "nullable" => bool TRUE
1684            "sequenced" => bool FALSE
1685        )
1686        "hash" => array(7) (
1687            "type" => string(6) "string"
1688            "exact" => bool TRUE
1689            "sql_type" => string(4) "char"
1690            "length" => string(2) "32"
1691            "default" => NULL
1692            "nullable" => bool TRUE
1693            "sequenced" => bool FALSE
1694        )
1695        "url" => array(6) (
1696            "type" => string(6) "string"
1697            "sql_type" => string(7) "varchar"
1698            "length" => string(3) "255"
1699            "default" => NULL
1700            "nullable" => bool TRUE
1701            "sequenced" => bool FALSE
1702        )
1703        "locale" => array(7) (
1704            "type" => string(6) "string"
1705            "exact" => bool TRUE
1706            "sql_type" => string(4) "char"
1707            "length" => string(2) "10"
1708            "default" => NULL
1709            "nullable" => bool TRUE
1710            "sequenced" => bool FALSE
1711        )
1712    )
1713    protected ignored_columns => NULL
1714    protected updated_column => NULL
1715    protected created_column => NULL
1716    protected primary_key => string(2) "id"
1717    protected primary_val => string(4) "name"
1718    protected foreign_key => array(0)
1719    protected table_names_plural => bool TRUE
1720    protected reload_on_wakeup => bool TRUE
1721    protected db => object Database_Mysqli(7) {
1722        protected quote => string(1) "`"
1723        protected _table_names => array(26) (
1724            "{access_caches}" => string(15) "g3access_caches"
1725            "{access_intents}" => string(16) "g3access_intents"
1726            "{caches}" => string(8) "g3caches"
1727            "{comments}" => string(10) "g3comments"
1728            "{exif_records}" => string(14) "g3exif_records"
1729            "{failed_auths}" => string(14) "g3failed_auths"
1730            "{g2_maps}" => string(9) "g3g2_maps"
1731            "{graphics_rules}" => string(16) "g3graphics_rules"
1732            "{groups}" => string(8) "g3groups"
1733            "{groups_users}" => string(14) "g3groups_users"
1734            "{incoming_translations}" => string(23) "g3incoming_translations"
1735            "{items}" => string(7) "g3items"
1736            "{items_tags}" => string(12) "g3items_tags"
1737            "{logs}" => string(6) "g3logs"
1738            "{messages}" => string(10) "g3messages"
1739            "{modules}" => string(9) "g3modules"
1740            "{outgoing_translations}" => string(23) "g3outgoing_translations"
1741            "{permissions}" => string(13) "g3permissions"
1742            "{search_records}" => string(16) "g3search_records"
1743            "{server_add_files}" => string(18) "g3server_add_files"
1744            "{sessions}" => string(10) "g3sessions"
1745            "{tags}" => string(6) "g3tags"
1746            "{tasks}" => string(7) "g3tasks"
1747            "{themes}" => string(8) "g3themes"
1748            "{users}" => string(7) "g3users"
1749            "{vars}" => string(6) "g3vars"
1750        )
1751        protected last_query => string(83) "SELECT `key`, `translation`
1752FROM `g3outgoing_translations`
1753WHERE `locale` = 'en_US'"
1754        protected config => array(8) (
1755            "benchmark" => bool FALSE
1756            "persistent" => bool FALSE
1757            "connection" => array(8) (
1758                "type" => string(6) "mysqli"
1759                "user" => string(4) "root"
1760                "pass" => string(13) "starwooftrek1"
1761                "host" => string(9) "localhost"
1762                "port" => bool FALSE
1763                "socket" => bool FALSE
1764                "database" => string(8) "gallery3"
1765                "params" => NULL
1766            )
1767            "character_set" => string(4) "utf8"
1768            "table_prefix" => string(2) "g3"
1769            "object" => bool TRUE
1770            "cache" => bool FALSE
1771            "escape" => bool TRUE
1772        )
1773        protected config_required => array(0)
1774        protected connection => object mysqli(17) {
1775            public affected_rows => NULL
1776            public client_info => NULL
1777            public client_version => NULL
1778            public connect_errno => NULL
1779            public connect_error => NULL
1780            public errno => NULL
1781            public error => NULL
1782            public field_count => NULL
1783            public host_info => NULL
1784            public info => NULL
1785            public insert_id => NULL
1786            public server_info => NULL
1787            public server_version => NULL
1788            public sqlstate => NULL
1789            public protocol_version => NULL
1790            public thread_id => NULL
1791            public warning_count => NULL
1792        }
1793        protected cache => NULL
1794    }
1795    protected db_applied => array(0)
1796    protected db_builder => object Database_Builder(18) {
1797        protected order_directions => array(3) (
1798            0 => string(3) "ASC"
1799            1 => string(4) "DESC"
1800            2 => string(6) "RAND()"
1801        )
1802        protected db => object Database_Mysqli(7) {
1803            protected quote => string(1) "`"
1804            protected _table_names => array(26) (
1805                "{access_caches}" => string(15) "g3access_caches"
1806                "{access_intents}" => string(16) "g3access_intents"
1807                "{caches}" => string(8) "g3caches"
1808                "{comments}" => string(10) "g3comments"
1809                "{exif_records}" => string(14) "g3exif_records"
1810                "{failed_auths}" => string(14) "g3failed_auths"
1811                "{g2_maps}" => string(9) "g3g2_maps"
1812                "{graphics_rules}" => string(16) "g3graphics_rules"
1813                "{groups}" => string(8) "g3groups"
1814                "{groups_users}" => string(14) "g3groups_users"
1815                "{incoming_translations}" => string(23) "g3incoming_translations"
1816                "{items}" => string(7) "g3items"
1817                "{items_tags}" => string(12) "g3items_tags"
1818                "{logs}" => string(6) "g3logs"
1819                "{messages}" => string(10) "g3messages"
1820                "{modules}" => string(9) "g3modules"
1821                "{outgoing_translations}" => string(23) "g3outgoing_translations"
1822                "{permissions}" => string(13) "g3permissions"
1823                "{search_records}" => string(16) "g3search_records"
1824                "{server_add_files}" => string(18) "g3server_add_files"
1825                "{sessions}" => string(10) "g3sessions"
1826                "{tags}" => string(6) "g3tags"
1827                "{tasks}" => string(7) "g3tasks"
1828                "{themes}" => string(8) "g3themes"
1829                "{users}" => string(7) "g3users"
1830                "{vars}" => string(6) "g3vars"
1831            )
1832            protected last_query => string(83) "SELECT `key`, `translation`
1833FROM `g3outgoing_translations`
1834WHERE `locale` = 'en_US'"
1835            protected config => array(8) (
1836                "benchmark" => bool FALSE
1837                "persistent" => bool FALSE
1838                "connection" => array(8) (
1839                    "type" => string(6) "mysqli"
1840                    "user" => string(4) "root"
1841                    "pass" => string(13) "starwooftrek1"
1842                    "host" => string(9) "localhost"
1843                    "port" => bool FALSE
1844                    "socket" => bool FALSE
1845                    "database" => string(8) "gallery3"
1846                    "params" => NULL
1847                )
1848                "character_set" => string(4) "utf8"
1849                "table_prefix" => string(2) "g3"
1850                "object" => bool TRUE
1851                "cache" => bool FALSE
1852                "escape" => bool TRUE
1853            )
1854            protected config_required => array(0)
1855            protected connection => object mysqli(17) {
1856                public affected_rows => NULL
1857                public client_info => NULL
1858                public client_version => NULL
1859                public connect_errno => NULL
1860                public connect_error => NULL
1861                public errno => NULL
1862                public error => NULL
1863                public field_count => NULL
1864                public host_info => NULL
1865                public info => NULL
1866                public insert_id => NULL
1867                public server_info => NULL
1868                public server_version => NULL
1869                public sqlstate => NULL
1870                public protocol_version => NULL
1871                public thread_id => NULL
1872                public warning_count => NULL
1873            }
1874            protected cache => NULL
1875        }
1876        protected select => array(0)
1877        protected from => array(0)
1878        protected join => array(0)
1879        protected where => array(0)
1880        protected group_by => array(0)
1881        protected having => array(0)
1882        protected order_by => array(0)
1883        protected limit => NULL
1884        protected offset => NULL
1885        protected set => array(0)
1886        protected columns => array(0)
1887        protected values => array(0)
1888        protected type => NULL
1889        protected distinct => bool FALSE
1890        protected reset => bool TRUE
1891        protected ttl => bool FALSE
1892    }
1893    protected with_applied => array(0)
1894}
1895
1896csrf   
1897
1898string(32) "b3f48236663d030483aead8b0bcb862e"
1899
1900continue_url   
1901
1902string(13) "albums/albums"
1903
1904group_ids       
1905
1906array(2) (
1907    0 => string(1) "1"
1908    1 => string(1) "2"
1909)
1910
1911active_auth_timestamp
1912=====================================================================================
1913$_COOKIE
1914testing         
1915
1916string(1) "1"
1917
1918sid     
1919
1920string(32) "fe9a3c1ab526dd7641765852afe043e4"
1921
1922g3sid   
1923
1924string(73) "a5a2be0c2831ba3a937e7d6483aef2000912cdc2~5e5duasar75deg7tdbsj14gu9igm5qkq"
1925
1926_       
1927
1928string(73) "a5a2be0c2831ba3a937e7d6483aef2000912cdc2~5e5duasar75deg7tdbsj14gu9igm5qkq"
1929
1930$_SERVER
1931=============================================================================
1932$_SERVER
1933UNIQUE_ID       
1934
1935string(24) "S4K@Kn8AAAIAAHJDeLsAAAAC"
1936
1937HTTP_HOST       
1938
1939string(18) "www.ecybernard.com"
1940
1941HTTP_USER_AGENT         
1942
1943string(105) "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)"
1944
1945HTTP_ACCEPT     
1946
1947string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
1948
1949HTTP_ACCEPT_LANGUAGE   
1950
1951string(14) "en-us,en;q=0.5"
1952
1953HTTP_ACCEPT_ENCODING   
1954
1955string(4) "gzip"
1956
1957HTTP_ACCEPT_CHARSET     
1958
1959string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1960
1961HTTP_KEEP_ALIVE         
1962
1963string(3) "115"
1964
1965HTTP_CONNECTION         
1966
1967string(10) "keep-alive"
1968
1969HTTP_COOKIE     
1970
1971string(130) "testing=1; sid=fe9a3c1ab526dd7641765852afe043e4; g3sid=a5a2be0c2831ba3a937e7d6483aef2000912cdc2%7E5e5duasar75deg7tdbsj14gu9igm5q …"
1972
1973PATH   
1974
1975string(29) "/bin:/sbin:/usr/bin:/usr/sbin"
1976
1977SERVER_SIGNATURE       
1978
1979string(83) "<address>Apache/2.2.13 (Linux/SUSE) Server at www.ecybernard.com Port 80</address>
1980"
1981
1982SERVER_SOFTWARE         
1983
1984string(26) "Apache/2.2.13 (Linux/SUSE)"
1985
1986SERVER_NAME     
1987
1988string(18) "www.ecybernard.com"
1989
1990SERVER_ADDR     
1991
1992string(11) "192.168.2.2"
1993
1994SERVER_PORT     
1995
1996string(2) "80"
1997
1998REMOTE_ADDR     
1999
2000string(12) "148.8.198.23"
2001
2002DOCUMENT_ROOT   
2003
2004string(8) "/www/web"
2005
2006SERVER_ADMIN   
2007
2008string(9) "root@mail"
2009
2010SCRIPT_FILENAME         
2011
2012string(27) "/www/web/gallery3/index.php"
2013
2014REMOTE_PORT     
2015
2016string(4) "2204"
2017
2018GATEWAY_INTERFACE       
2019
2020string(7) "CGI/1.1"
2021
2022SERVER_PROTOCOL         
2023
2024string(8) "HTTP/1.1"
2025
2026REQUEST_METHOD 
2027
2028string(3) "GET"
2029
2030QUERY_STRING   
2031
2032string(0) ""
2033
2034REQUEST_URI     
2035
2036string(10) "/gallery3/"
2037
2038SCRIPT_NAME     
2039
2040string(19) "/gallery3/index.php"
2041
2042PHP_SELF       
2043
2044string(19) "/gallery3/index.php"
2045
2046REQUEST_TIME   
2047
2048integer 1266859562