MODPATH/cache/classes/Kohana/Cache/File.php [ 349 ]
344 catch (ErrorException $e)
345 {
346 // Catch any delete file warnings
347 if ($e->getCode() === E_WARNING)
348 {
349 throw new Cache_Exception(__METHOD__.' failed to delete file : :file', array(':file' => $file->getRealPath()));
350 }
351 }
352 }
353 // Else, is directory
354 elseif ($file->isDir())
-
MODPATH/cache/classes/Kohana/Cache/File.php [ 371 ] » Kohana_Cache_File->_delete_file(Arguments)
0
object SplFileInfo(0)
{ }
366 if ($name != '.' AND $name != '..') 367 { 368 // Create new file resource 369 $fp = new SplFileInfo($files->getRealPath()); 370 // Delete the file 371 $this->_delete_file($fp); 372 } 373 374 // Move the file pointer on 375 $files->next(); 376 }
-
MODPATH/cache/classes/Kohana/Cache/File.php [ 371 ] » Kohana_Cache_File->_delete_file(Arguments)
0
object SplFileInfo(0)
{ }
366 if ($name != '.' AND $name != '..') 367 { 368 // Create new file resource 369 $fp = new SplFileInfo($files->getRealPath()); 370 // Delete the file 371 $this->_delete_file($fp); 372 } 373 374 // Move the file pointer on 375 $files->next(); 376 }
-
MODPATH/cache/classes/Kohana/Cache/File.php [ 280 ] » Kohana_Cache_File->_delete_file(Arguments)
0
object SplFileInfo(0)
{ }
1
bool TRUE
275 * 276 * @return boolean 277 */ 278 public function delete_all() 279 { 280 return $this->_delete_file($this->_cache_dir, TRUE); 281 } 282 283 /** 284 * Garbage collection method that cleans any expired 285 * cache entries from the cache.
-
APPPATH/views/blocks/column-default.php [ 3 ] » Kohana_Cache_File->delete_all()
1 <h2><p>Suivez-nous !</p></h2> 2 <?php 3 Cache::instance()->delete_all(); 4 if ( ! Fragment::load('columnDefault', Date::MINUTE * 10, true)) 5 { 6 // Fragment columnDefault start 7 echo UpyUpy_Module::zone('sidebar'); 8 Fragment::save();
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(Arguments)
0
string(79) "/var/www/clients/client20/web64/web/application/views/blocks/column-default.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(Arguments)
0
string(79) "/var/www/clients/client20/web64/web/application/views/blocks/column-default.php"
1
array(0)
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
MODPATH/admin/views/gallery/picture.php [ 74 ] » Kohana_View->render()
69 ?> 70 </div> 71 <?php 72 } 73 74 echo View::factory('blocks/column-default')->render(); 75 76 // Publicité 77 echo UpyUpy_Adv::zone 78 ( 79 (isset($advZoneName)?$advZoneName:'gallery'),
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(Arguments)
0
string(75) "/var/www/clients/client20/web64/web/modules/admin/views/gallery/picture.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(Arguments)
0
string(75) "/var/www/clients/client20/web64/web/modules/admin/views/gallery/picture.php"
1
array(4) ( "item" => object Model_Galleryitem(35)
{ private _resource_id => string(11) "galleryitem" protected _table_name => string(12) "gallery_item" protected _primary_key => string(2) "id" protected _belongs_to => array(1) ( "category" => array(2) ( "foreign_key" => string(6) "id_cat" "model" => string(10) "Gallerycat" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(5) "52333" "title" => string(10) "Kinga Glyk" "title_menu" => string(0) "" "uniqueName" => NULL "id_cat" => string(5) "13734" "date" => string(10) "2020-01-10" "image" => string(38) "files/gallery/p/52333-IMG_4754-003.jpg" "image_thumb" => string(44) "files/gallery/p/thumb/52333-IMG_4754-003.jpg" "imageLegende" => string(0) "" "kind" => string(5) "image" "video_url" => string(0) "" "content_text" => string(0) "" "love" => string(2) "no" "info" => string(0) "" "order" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(5) "52333" "title" => string(10) "Kinga Glyk" "title_menu" => string(0) "" "uniqueName" => NULL "id_cat" => string(5) "13734" "date" => string(10) "2020-01-10" "image" => string(38) "files/gallery/p/52333-IMG_4754-003.jpg" "image_thumb" => string(44) "files/gallery/p/thumb/52333-IMG_4754-003.jpg" "imageLegende" => string(0) "" "kind" => string(5) "image" "video_url" => string(0) "" "content_text" => string(0) "" "love" => string(2) "no" "info" => string(0) "" "order" => string(1) "0" ) protected _related => array(1) ( "category" => object Model_Gallerycat(35)
"categories" => array(1) ( 0 => object Model_Gallerycat(35){ private _resource_id => string(10) "gallerycat" protected _table_name => string(11) "gallery_cat" protected _primary_key => string(2) "id" protected _has_many => array(1) ( "items" => array(4) ( "foreign_key" => string(6) "id_cat" "through" => NULL "far_key" => string(7) "item_id" "model" => string(11) "Galleryitem" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "gallerycat" protected _object_plural => string(11) "gallerycats" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "credit" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "credit" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( 0 => string(5) "draft" 1 => string(7) "publish" 2 => string(7) "archive" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "cover" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cover_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "150" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "search_description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_keywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(15) "search_keywords" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "13734" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "galleryitem" protected _object_plural => string(12) "galleryitems" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_menu" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_menu" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "160" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "id_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "image_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "imageLegende" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "imageLegende" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kind" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "kind" "column_default" => string(5) "image" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(2) ( 0 => string(5) "image" 1 => string(5) "video" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_url" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "video_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "love" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "love" "column_default" => string(2) "no" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(2) ( 0 => string(2) "no" 1 => string(3) "yes" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "info" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "info" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "52333" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "gallerycat" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "galleryitem" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ private _resource_id => string(10) "gallerycat" protected _table_name => string(11) "gallery_cat" protected _primary_key => string(2) "id" protected _has_many => array(1) ( "items" => array(4) ( "foreign_key" => string(6) "id_cat" "through" => NULL "far_key" => string(7) "item_id" "model" => string(11) "Galleryitem" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "gallerycat" protected _object_plural => string(11) "gallerycats" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "credit" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "credit" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( 0 => string(5) "draft" 1 => string(7) "publish" 2 => string(7) "archive" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "cover" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cover_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "150" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "search_description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_keywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(15) "search_keywords" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "13734" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "kind" => string(5) "image" "advZoneName" => string(7) "gallery" ){ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "gallerycat" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/templates/default.php [ 48 ] » Kohana_View->__toString()
43 <?php 44 } 45 ?> 46 <!--/sphider_noindex--> 47 <div class="page" <?=$pageattr;?>> 48 <?php echo $content;?> 49 </div> 50 </div> 51 <!--sphider_noindex--> 52 <?php echo $footer;?> 53 <!--/sphider_noindex-->
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(Arguments)
0
string(75) "/var/www/clients/client20/web64/web/application/views/templates/default.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(Arguments)
0
string(75) "/var/www/clients/client20/web64/web/application/views/templates/default.php"
1
array(14) ( "title" => string(43) "Kinga Glyk | Kinga Glyk | Forum de Vauréal" "meta_keywords" => string(107) "le forum, forum, vauréal, concerts 95, concerts val d'oise, musique, musiques actuelles, studio, residence" "meta_description" => string(161) "Le Forum de Vauréal est une salle de concert mais aussi un lieu de création, de répétition et d’enregistrement (3 studios), de f …" "meta_copyright" => string(4) "Bwat" "header" => object View(2)
{ protected _file => string(71) "/var/www/clients/client20/web64/web/application/views/blocks/header.php" protected _data => array(0) }
"nav" => string(0) "" "content" => object View(2){ protected _file => string(75) "/var/www/clients/client20/web64/web/modules/admin/views/gallery/picture.php" protected _data => array(4) ( "item" => object Model_Galleryitem(35)
"footer" => object View(2){ private _resource_id => string(11) "galleryitem" protected _table_name => string(12) "gallery_item" protected _primary_key => string(2) "id" protected _belongs_to => array(1) ( "category" => array(2) ( "foreign_key" => string(6) "id_cat" "model" => string(10) "Gallerycat" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(5) "52333" "title" => string(10) "Kinga Glyk" "title_menu" => string(0) "" "uniqueName" => NULL "id_cat" => string(5) "13734" "date" => string(10) "2020-01-10" "image" => string(38) "files/gallery/p/52333-IMG_4754-003.jpg" "image_thumb" => string(44) "files/gallery/p/thumb/52333-IMG_4754-003.jpg" "imageLegende" => string(0) "" "kind" => string(5) "image" "video_url" => string(0) "" "content_text" => string(0) "" "love" => string(2) "no" "info" => string(0) "" "order" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(5) "52333" "title" => string(10) "Kinga Glyk" "title_menu" => string(0) "" "uniqueName" => NULL "id_cat" => string(5) "13734" "date" => string(10) "2020-01-10" "image" => string(38) "files/gallery/p/52333-IMG_4754-003.jpg" "image_thumb" => string(44) "files/gallery/p/thumb/52333-IMG_4754-003.jpg" "imageLegende" => string(0) "" "kind" => string(5) "image" "video_url" => string(0) "" "content_text" => string(0) "" "love" => string(2) "no" "info" => string(0) "" "order" => string(1) "0" ) protected _related => array(1) ( "category" => object Model_Gallerycat(35)
"categories" => array(1) ( 0 => object Model_Gallerycat(35){ private _resource_id => string(10) "gallerycat" protected _table_name => string(11) "gallery_cat" protected _primary_key => string(2) "id" protected _has_many => array(1) ( "items" => array(4) ( "foreign_key" => string(6) "id_cat" "through" => NULL "far_key" => string(7) "item_id" "model" => string(11) "Galleryitem" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "gallerycat" protected _object_plural => string(11) "gallerycats" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "credit" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "credit" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( 0 => string(5) "draft" 1 => string(7) "publish" 2 => string(7) "archive" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "cover" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cover_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "150" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "search_description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_keywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(15) "search_keywords" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "13734" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "galleryitem" protected _object_plural => string(12) "galleryitems" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_menu" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_menu" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "160" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "id_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "image_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "imageLegende" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "imageLegende" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kind" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "kind" "column_default" => string(5) "image" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(2) ( 0 => string(5) "image" 1 => string(5) "video" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_url" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "video_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "love" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "love" "column_default" => string(2) "no" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(2) ( 0 => string(2) "no" 1 => string(3) "yes" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "info" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "info" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "52333" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "gallerycat" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "galleryitem" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ private _resource_id => string(10) "gallerycat" protected _table_name => string(11) "gallery_cat" protected _primary_key => string(2) "id" protected _has_many => array(1) ( "items" => array(4) ( "foreign_key" => string(6) "id_cat" "through" => NULL "far_key" => string(7) "item_id" "model" => string(11) "Galleryitem" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "gallerycat" protected _object_plural => string(11) "gallerycats" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "credit" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "credit" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( 0 => string(5) "draft" 1 => string(7) "publish" 2 => string(7) "archive" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "cover" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cover_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "150" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "search_description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_keywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(15) "search_keywords" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "13734" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "kind" => string(5) "image" "advZoneName" => string(7) "gallery" ) }{ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "gallerycat" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _file => string(71) "/var/www/clients/client20/web64/web/application/views/blocks/footer.php" protected _data => array(0) }
"breadcrumb" => object View(2){ protected _file => string(78) "/var/www/clients/client20/web64/web/modules/saajoo/views/blocks/breadcrumb.php" protected _data => array(1) ( "crumb" => object stdClass(2)
"styles" => array(2) ( "compact/css/site" => string(6) "screen" "layout/css/default.css" => string(6) "screen" ) "scripts" => array(2) ( 0 => string(15) "compact/js/site" 1 => string(25) "assets/js/detectMobile.js" ) "bodyclass" => string(188) "pGallery pGalleryDetail pGalleryDetailId52333 pGalleryKinga-glyk lDefault pPhotos pPhotosKinga-glyk-13734 pPhotosKinga-glyk-1373 …" "bodyattr" => string(0) "" "pageattr" => string(0) "" ){ public list => array(2) ( "/photos" => string(6) "Photos" 0 => string(10) "Kinga Glyk" ) public title => bool FALSE }
) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
MODPATH/saajoo/classes/Controller/Template/Default.php [ 216 ] » Kohana_Controller_Template->after()
211 { 212 $this->template->bodyclass .= ' pSel'.$class; 213 } 214 } 215 // Run anything that needs to run after this. 216 parent::after(); 217 } 218 219 protected function title($title, $sep=' | ') 220 { 221 if ($title) $this->template->title = $title.$sep.$this->_config['title'];
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Template_Default->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(Arguments)
0
object Controller_Gallery(22)
{ protected _acl_map => array(1) ( "default" => NULL ) protected _acl_required => array(0) protected _resource => string(8) "resource" protected _resource_required => array(0) protected _internal_only => array(0) protected _internal => bool FALSE protected _lang => string(2) "fr" protected _space => NULL protected _category => NULL protected _menu_space => NULL protected _menu_cat => NULL public template => object View(2)
{ protected _file => string(75) "/var/www/clients/client20/web64/web/application/views/templates/default.php" protected _data => array(14) ( "title" => string(43) "Kinga Glyk | Kinga Glyk | Forum de Vauréal" "meta_keywords" => string(107) "le forum, forum, vauréal, concerts 95, concerts val d'oise, musique, musiques actuelles, studio, residence" "meta_description" => string(161) "Le Forum de Vauréal est une salle de concert mais aussi un lieu de création, de répétition et d’enregistrement (3 studios), de f …" "meta_copyright" => string(4) "Bwat" "header" => object View(2)
public layout => object Model_Layout(35){ protected _file => string(71) "/var/www/clients/client20/web64/web/application/views/blocks/header.php" protected _data => array(0) }
"nav" => string(0) "" "content" => object View(2){ protected _file => string(75) "/var/www/clients/client20/web64/web/modules/admin/views/gallery/picture.php" protected _data => array(4) ( "item" => object Model_Galleryitem(35)
"footer" => object View(2){ private _resource_id => string(11) "galleryitem" protected _table_name => string(12) "gallery_item" protected _primary_key => string(2) "id" protected _belongs_to => array(1) ( "category" => array(2) ( "foreign_key" => string(6) "id_cat" "model" => string(10) "Gallerycat" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(5) "52333" "title" => string(10) "Kinga Glyk" "title_menu" => string(0) "" "uniqueName" => NULL "id_cat" => string(5) "13734" "date" => string(10) "2020-01-10" "image" => string(38) "files/gallery/p/52333-IMG_4754-003.jpg" "image_thumb" => string(44) "files/gallery/p/thumb/52333-IMG_4754-003.jpg" "imageLegende" => string(0) "" "kind" => string(5) "image" "video_url" => string(0) "" "content_text" => string(0) "" "love" => string(2) "no" "info" => string(0) "" "order" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(5) "52333" "title" => string(10) "Kinga Glyk" "title_menu" => string(0) "" "uniqueName" => NULL "id_cat" => string(5) "13734" "date" => string(10) "2020-01-10" "image" => string(38) "files/gallery/p/52333-IMG_4754-003.jpg" "image_thumb" => string(44) "files/gallery/p/thumb/52333-IMG_4754-003.jpg" "imageLegende" => string(0) "" "kind" => string(5) "image" "video_url" => string(0) "" "content_text" => string(0) "" "love" => string(2) "no" "info" => string(0) "" "order" => string(1) "0" ) protected _related => array(1) ( "category" => object Model_Gallerycat(35)
"categories" => array(1) ( 0 => object Model_Gallerycat(35){ private _resource_id => string(10) "gallerycat" protected _table_name => string(11) "gallery_cat" protected _primary_key => string(2) "id" protected _has_many => array(1) ( "items" => array(4) ( "foreign_key" => string(6) "id_cat" "through" => NULL "far_key" => string(7) "item_id" "model" => string(11) "Galleryitem" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "gallerycat" protected _object_plural => string(11) "gallerycats" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "credit" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "credit" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( ... ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "cover" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cover_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "150" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "search_description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_keywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(15) "search_keywords" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "13734" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "galleryitem" protected _object_plural => string(12) "galleryitems" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_menu" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_menu" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "160" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "id_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "image_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "imageLegende" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "imageLegende" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "kind" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "kind" "column_default" => string(5) "image" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(2) ( 0 => string(5) "image" 1 => string(5) "video" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_url" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "video_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "love" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "love" "column_default" => string(2) "no" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(2) ( 0 => string(2) "no" 1 => string(3) "yes" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "info" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "info" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "52333" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "gallerycat" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( ... ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "galleryitem" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ private _resource_id => string(10) "gallerycat" protected _table_name => string(11) "gallery_cat" protected _primary_key => string(2) "id" protected _has_many => array(1) ( "items" => array(4) ( "foreign_key" => string(6) "id_cat" "through" => NULL "far_key" => string(7) "item_id" "model" => string(11) "Galleryitem" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "13734" "title" => string(10) "Kinga Glyk" "uniqueName" => string(10) "kinga-glyk" "content_text" => string(0) "" "credit" => string(0) "" "date" => string(10) "2020-01-10" "order" => string(1) "0" "status" => string(7) "publish" "count" => string(1) "0" "cover" => string(0) "" "cover_thumb" => string(37) "files/gallery/cover/thumb/img4754.jpg" "title_meta" => string(0) "" "search_description" => string(0) "" "search_keywords" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "gallerycat" protected _object_plural => string(11) "gallerycats" protected _table_columns => array(14) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uniqueName" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "uniqueName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content_text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "content_text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "credit" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "credit" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "date" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( 0 => string(5) "draft" 1 => string(7) "publish" 2 => string(7) "archive" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "cover" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cover_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cover_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "title_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "150" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "search_description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_keywords" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(15) "search_keywords" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(5) "13734" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "kind" => string(5) "image" "advZoneName" => string(7) "gallery" ) }{ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "gallerycat" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _file => string(71) "/var/www/clients/client20/web64/web/application/views/blocks/footer.php" protected _data => array(0) }
"breadcrumb" => object View(2){ protected _file => string(78) "/var/www/clients/client20/web64/web/modules/saajoo/views/blocks/breadcrumb.php" protected _data => array(1) ( "crumb" => object stdClass(2)
"styles" => array(2) ( "compact/css/site" => string(6) "screen" "layout/css/default.css" => string(6) "screen" ) "scripts" => array(2) ( 0 => string(15) "compact/js/site" 1 => string(25) "assets/js/detectMobile.js" ) "bodyclass" => string(188) "pGallery pGalleryDetail pGalleryDetailId52333 pGalleryKinga-glyk lDefault pPhotos pPhotosKinga-glyk-13734 pPhotosKinga-glyk-1373 …" "bodyattr" => string(0) "" "pageattr" => string(0) "" ) }{ public list => array(2) ( "/photos" => string(6) "Photos" 0 => string(10) "Kinga Glyk" ) public title => bool FALSE }
) }{ private _resource_id => string(6) "layout" protected _table_name => string(6) "layout" protected _primary_key => string(2) "id" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => string(1) "1" "name" => string(17) "Gabarit principal" "alias" => string(7) "default" "useCss" => string(3) "yes" "customCss" => string(3) "yes" "lcolor1" => string(7) "#eb6145" "lcolor2" => string(7) "#ffffff" "lcolor3" => string(7) "#ffffff" "lcolor4" => string(7) "#ffffff" "lcolor5" => string(7) "#ffffff" "lcolor6" => string(7) "#ffffff" "lcolor7" => string(7) "#ffffff" "lcolor8" => string(7) "#ffffff" "image" => string(0) "" "bgcolor" => string(7) "#ffffff" "bgimage" => string(0) "" "bgrepeat" => string(9) "no-repeat" "posture" => string(0) "" "default" => string(3) "yes" "status" => string(7) "publish" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => string(1) "1" "name" => string(17) "Gabarit principal" "alias" => string(7) "default" "useCss" => string(3) "yes" "customCss" => string(3) "yes" "lcolor1" => string(7) "#eb6145" "lcolor2" => string(7) "#ffffff" "lcolor3" => string(7) "#ffffff" "lcolor4" => string(7) "#ffffff" "lcolor5" => string(7) "#ffffff" "lcolor6" => string(7) "#ffffff" "lcolor7" => string(7) "#ffffff" "lcolor8" => string(7) "#ffffff" "image" => string(0) "" "bgcolor" => string(7) "#ffffff" "bgimage" => string(0) "" "bgrepeat" => string(9) "no-repeat" "posture" => string(0) "" "default" => string(3) "yes" "status" => string(7) "publish" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "layout" protected _object_plural => string(7) "layouts" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alias" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "useCss" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "useCss" "column_default" => string(2) "no" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(2) "no" 1 => string(3) "yes" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "customCss" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "customCss" "column_default" => string(2) "no" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(2) "no" 1 => string(3) "yes" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor1" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor3" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor4" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor5" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor5" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor6" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor6" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor7" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor7" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lcolor8" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "lcolor8" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bgcolor" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "bgcolor" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bgimage" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "bgimage" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bgrepeat" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "bgrepeat" "column_default" => string(9) "no-repeat" "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(4) ( 0 => string(9) "no-repeat" 1 => string(8) "repeat-x" 2 => string(8) "repeat-y" 3 => string(6) "repeat" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "posture" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "posture" "column_default" => string(0) "" "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "collation_name" => string(15) "utf8_general_ci" "options" => array(1) ( 0 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "default" "column_default" => string(3) "yes" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(2) "no" 1 => string(3) "yes" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "status" "column_default" => string(7) "publish" "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_unicode_ci" "options" => array(3) ( 0 => string(7) "publish" 1 => string(5) "draft" 2 => string(7) "archive" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
protected _config => object Config_Group(16){ protected _connection_id => string(40) "a1d5d72dcbaa817b9634e02ab94de7b435f0b703" protected _identifier => string(1) "`" public last_query => string(1127) "SELECT `frm_menuitems`.`id` AS `id`, `frm_menuitems`.`menu_id` AS `menu_id`, `frm_menuitems`.`label` AS `label`, `frm_menuitems` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "layout" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(8) "forumbdd" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(4) "frm_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ public title => string(17) "Forum de Vauréal" public jplayer_skin => string(5) "forum" public keywords => string(107) "le forum, forum, vauréal, concerts 95, concerts val d'oise, musique, musiques actuelles, studio, residence" public description => string(161) "Le Forum de Vauréal est une salle de concert mais aussi un lieu de création, de répétition et d’enregistrement (3 studios), de f …" public copyright => string(4) "Bwat" public date_format_lang => string(2) "fr" public url => string(25) "http://leforum-vaureal.fr" public googleMap => array(4) ( "key" => string(0) "" "defaultLatitude" => string(8) "48.85328" "defaultLongitude" => string(7) "2.34587" "defaultZoom" => string(2) "14" ) public mail => array(9) ( "contact_dest" => string(26) "message@leforum-vaureal.fr" "contact_from" => string(26) "message@leforum-vaureal.fr" "contact_from_label" => string(0) "" "contact_reply" => string(26) "message@leforum-vaureal.fr" "contact_subject" => string(15) "Message du site" "ads_dest" => string(13) "speak@bwat.fr" "ads_from" => string(13) "speak@bwat.fr" "ads_from_label" => string(0) "" "ads_subject" => string(0) "" ) public network => array(2) ( "facebook" => string(39) "https://www.facebook.com/leforumvaureal" "twitter" => string(34) "https://twitter.com/leforumvaureal" ) public ticket => array(2) ( "default_url" => string(19) "/dates/billetterie/" "fnac" => string(92) "http://leforum-vaureal.fnacspectacles.com/recherche/recherche.do?codsal=LEFO2#a1295959909566" ) public galleryImage => array(2) ( "galleries" => array(3) ( "nbPerPage" => integer 500 "nbPerSlide" => integer 40 "filter" => bool TRUE ) "items" => array(3) ( "nbPerPage" => integer 500 "nbPerSlide" => integer 40 "filter" => bool FALSE ) ) public galleryVideo => array(2) ( "galleries" => array(3) ( "nbPerPage" => integer 500 "nbPerSlide" => integer 40 "filter" => bool TRUE ) "items" => array(3) ( "nbPerPage" => integer 1000 "nbPerSlide" => integer 40 "filter" => bool TRUE ) ) public dates => array(10) ( "showCat" => bool FALSE "showCatInList" => bool FALSE "showPastDates" => bool FALSE "showPriceInList" => bool FALSE "filterTitle" => bool TRUE "filterYear" => bool TRUE "filterPastYear" => bool TRUE "filterStyles" => bool TRUE "filterCategories" => bool FALSE "filterMarkers" => bool FALSE ) public menu_logged => array(1) ( "profile/logout" => string(12) "Déconnexion" ) public login => array(1) ( "hideCreate" => bool TRUE ) }
protected _timeStart => bool FALSE public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(1) ( 0 => string(18) "UpyUpy_Menu::route" ) protected _uri => string(12) "(<menupath>)" protected _regex => array(1) ( "menupath" => string(3) ".*?" ) protected _defaults => array(1) ( "action" => string(5) "index" ) protected _route_regex => string(28) "#^(?:(?P<menupath>.*?))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Gallery" protected _action => string(9) "galleryid" protected _uri => string(40) "photos/kinga-glyk-13734/kinga-glyk-52333" protected _external => bool FALSE protected _params => array(2) ( "layout" => string(7) "default" "id" => string(16) "kinga-glyk-52333" ) protected _get => array(1) ( "/photos/kinga-glyk-13734/kinga-glyk-52333" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public a2 => object A2(7){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ public a1 => object Auth_ORM(2)
public a1 => object Auth_ORM(2){ protected _session => object Session_Native(5)
protected _guest_role => string(5) "guest" protected command => array(0) protected _roles => array(6) ( "guest" => array(0) "login" => array(1) ( 0 => string(5) "guest" ) "user" => array(1) ( 0 => string(5) "login" ) "writer" => array(1) ( 0 => string(4) "user" ) "admin" => array(1) ( 0 => string(6) "writer" ) "god" => array(1) ( 0 => string(5) "admin" ) ) protected _resources => array(1) ( "user" => array(0) ) protected _permissions => array(4) ( "user" => array(8) ( "user" => array(2) ( "profile" => array(1) ( "allow" => bool TRUE ) "edit" => array(2) ( "allow" => bool TRUE "assert" => object ACL_Assert_Argument(1){ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
protected _config => object Config_Group(13){ public rules => array(2) ( "allow" => array(8) ( "user_profile" => array(3) ( "role" => string(4) "user" "resource" => string(4) "user" "privilege" => array(1) ( 0 => string(7) "profile" ) ) "user_edit" => array(4) ( "role" => string(4) "user" "resource" => string(4) "user" "privilege" => string(4) "edit" "assertion" => array(2) ( 0 => string(19) "ACL_Assert_Argument" 1 => array(1) ( "id" => string(2) "id" ) ) ) "files" => array(3) ( "role" => string(4) "user" "resource" => string(5) "files" "privilege" => array(4) ( 0 => string(3) "new" 1 => string(4) "list" 2 => string(9) "interface" 3 => string(6) "mosaic" ) ) "projects" => array(3) ( "role" => string(4) "user" "resource" => string(8) "projects" "privilege" => array(4) ( 0 => string(3) "new" 1 => string(4) "list" 2 => string(6) "mosaic" 3 => string(9) "interface" ) ) "files_edit" => array(4) ( "role" => string(4) "user" "resource" => string(5) "files" "privilege" => array(2) ( 0 => string(6) "delete" 1 => string(4) "edit" ) "assertion" => array(2) ( 0 => string(19) "ACL_Assert_Argument" 1 => array(1) ( "id" => string(6) "sendBy" ) ) ) "writer" => array(3) ( "role" => string(6) "writer" "resource" => array(5) ( 0 => string(10) "gallerycat" 1 => string(11) "galleryitem" 2 => string(12) "gallerybatch" 3 => string(8) "videocat" 4 => string(9) "videoitem" ) "privilege" => array(7) ( 0 => string(6) "manage" 1 => string(4) "list" 2 => string(4) "edit" 3 => string(6) "delete" 4 => string(3) "new" 5 => string(6) "browse" 6 => string(9) "interface" ) ) "canAdmin" => array(3) ( "role" => array(2) ( 0 => string(5) "admin" 1 => string(3) "god" ) "resource" => array(1) ( 0 => string(5) "admin" ) "privilege" => array(1) ( 0 => string(6) "manage" ) ) "all" => array(2) ( "role" => array(2) ( 0 => string(5) "admin" 1 => string(3) "god" ) "privilege" => array(7) ( 0 => string(6) "manage" 1 => string(4) "list" 2 => string(4) "edit" 3 => string(3) "new" 4 => string(6) "delete" 5 => string(6) "browse" 6 => string(9) "interface" ) ) ) "deny" => array(3) ( "nl" => array(3) ( "role" => array(3) ( 0 => string(5) "admin" 1 => string(4) "user" 2 => string(3) "god" ) "resource" => array(4) ( 0 => string(6) "nlcrea" 1 => string(9) "nlprocess" 2 => string(7) "nlstats" 3 => string(11) "nlmailsview" ) "privilege" => array(1) ( 0 => string(4) "view" ) ) "nladd" => array(3) ( "role" => array(2) ( 0 => string(5) "admin" 1 => string(4) "user" ) "resource" => array(3) ( 0 => string(8) "nltracks" 1 => string(9) "nlprocess" 2 => string(7) "nlstats" ) "privilege" => array(1) ( 0 => string(3) "new" ) ) "menu" => array(3) ( "role" => string(5) "admin" "resource" => array(1) ( 0 => string(4) "menu" ) "privilege" => array(1) ( 0 => string(4) "view" ) ) ) ) public driver => string(3) "ORM" public hash_method => string(3) "md5" public hash_key => string(27) "aAa42bBb!upAOISJLJQKNQLAzz!" public lifetime => integer 21600 public session_type => string(6) "native" public session_key => string(9) "auth_user" public users => array(0) public lib => array(2) ( "class" => string(4) "Auth" "params" => array(1) ( 0 => string(2) "a1" ) ) public exception => bool FALSE public roles => array(5) ( "login" => string(5) "guest" "user" => string(5) "login" "writer" => string(4) "user" "admin" => string(6) "writer" "god" => string(5) "admin" ) public guest_role => string(5) "guest" public resources => array(1) ( "user" => NULL ) }
}{ protected _arguments => array(1) ( "id" => string(2) "id" ) }
) ) "files" => array(6) ( "new" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) "mosaic" => array(1) ( "allow" => bool TRUE ) "delete" => array(2) ( "allow" => bool TRUE "assert" => object ACL_Assert_Argument(1){ protected _arguments => array(1) ( "id" => string(6) "sendBy" ) }
) "edit" => array(2) ( "allow" => bool TRUE "assert" => object ACL_Assert_Argument(1){ protected _arguments => array(1) ( "id" => string(6) "sendBy" ) }
) ) "projects" => array(4) ( "new" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "mosaic" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "nlcrea" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nlprocess" => array(2) ( "view" => array(1) ( "allow" => bool FALSE ) "new" => array(1) ( "allow" => bool FALSE ) ) "nlstats" => array(2) ( "view" => array(1) ( "allow" => bool FALSE ) "new" => array(1) ( "allow" => bool FALSE ) ) "nlmailsview" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nltracks" => array(1) ( "new" => array(1) ( "allow" => bool FALSE ) ) ) "writer" => array(5) ( "gallerycat" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "galleryitem" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "gallerybatch" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "videocat" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "videoitem" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) ) "admin" => array(8) ( "admin" => array(1) ( "manage" => array(1) ( "allow" => bool TRUE ) ) "*" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "nlcrea" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nlprocess" => array(2) ( "view" => array(1) ( "allow" => bool FALSE ) "new" => array(1) ( "allow" => bool FALSE ) ) "nlstats" => array(2) ( "view" => array(1) ( "allow" => bool FALSE ) "new" => array(1) ( "allow" => bool FALSE ) ) "nlmailsview" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nltracks" => array(1) ( "new" => array(1) ( "allow" => bool FALSE ) ) "menu" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) ) "god" => array(6) ( "admin" => array(1) ( "manage" => array(1) ( "allow" => bool TRUE ) ) "*" => array(7) ( "manage" => array(1) ( "allow" => bool TRUE ) "list" => array(1) ( "allow" => bool TRUE ) "edit" => array(1) ( "allow" => bool TRUE ) "new" => array(1) ( "allow" => bool TRUE ) "delete" => array(1) ( "allow" => bool TRUE ) "browse" => array(1) ( "allow" => bool TRUE ) "interface" => array(1) ( "allow" => bool TRUE ) ) "nlcrea" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nlprocess" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nlstats" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) "nlmailsview" => array(1) ( "view" => array(1) ( "allow" => bool FALSE ) ) ) ) public _exception => bool FALSE }{ protected _session => object Session_Native(5)
public session => object Session_Native(5){ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
protected _config => object Config_Group(13){ public rules => array(2) ( "allow" => array(8) ( "user_profile" => array(3) ( "role" => string(4) "user" "resource" => string(4) "user" "privilege" => array(1) ( 0 => string(7) "profile" ) ) "user_edit" => array(4) ( "role" => string(4) "user" "resource" => string(4) "user" "privilege" => string(4) "edit" "assertion" => array(2) ( 0 => string(19) "ACL_Assert_Argument" 1 => array(1) ( "id" => string(2) "id" ) ) ) "files" => array(3) ( "role" => string(4) "user" "resource" => string(5) "files" "privilege" => array(4) ( 0 => string(3) "new" 1 => string(4) "list" 2 => string(9) "interface" 3 => string(6) "mosaic" ) ) "projects" => array(3) ( "role" => string(4) "user" "resource" => string(8) "projects" "privilege" => array(4) ( 0 => string(3) "new" 1 => string(4) "list" 2 => string(6) "mosaic" 3 => string(9) "interface" ) ) "files_edit" => array(4) ( "role" => string(4) "user" "resource" => string(5) "files" "privilege" => array(2) ( 0 => string(6) "delete" 1 => string(4) "edit" ) "assertion" => array(2) ( 0 => string(19) "ACL_Assert_Argument" 1 => array(1) ( "id" => string(6) "sendBy" ) ) ) "writer" => array(3) ( "role" => string(6) "writer" "resource" => array(5) ( 0 => string(10) "gallerycat" 1 => string(11) "galleryitem" 2 => string(12) "gallerybatch" 3 => string(8) "videocat" 4 => string(9) "videoitem" ) "privilege" => array(7) ( 0 => string(6) "manage" 1 => string(4) "list" 2 => string(4) "edit" 3 => string(6) "delete" 4 => string(3) "new" 5 => string(6) "browse" 6 => string(9) "interface" ) ) "canAdmin" => array(3) ( "role" => array(2) ( 0 => string(5) "admin" 1 => string(3) "god" ) "resource" => array(1) ( 0 => string(5) "admin" ) "privilege" => array(1) ( 0 => string(6) "manage" ) ) "all" => array(2) ( "role" => array(2) ( 0 => string(5) "admin" 1 => string(3) "god" ) "privilege" => array(7) ( 0 => string(6) "manage" 1 => string(4) "list" 2 => string(4) "edit" 3 => string(3) "new" 4 => string(6) "delete" 5 => string(6) "browse" 6 => string(9) "interface" ) ) ) "deny" => array(3) ( "nl" => array(3) ( "role" => array(3) ( 0 => string(5) "admin" 1 => string(4) "user" 2 => string(3) "god" ) "resource" => array(4) ( 0 => string(6) "nlcrea" 1 => string(9) "nlprocess" 2 => string(7) "nlstats" 3 => string(11) "nlmailsview" ) "privilege" => array(1) ( 0 => string(4) "view" ) ) "nladd" => array(3) ( "role" => array(2) ( 0 => string(5) "admin" 1 => string(4) "user" ) "resource" => array(3) ( 0 => string(8) "nltracks" 1 => string(9) "nlprocess" 2 => string(7) "nlstats" ) "privilege" => array(1) ( 0 => string(3) "new" ) ) "menu" => array(3) ( "role" => string(5) "admin" "resource" => array(1) ( 0 => string(4) "menu" ) "privilege" => array(1) ( 0 => string(4) "view" ) ) ) ) public driver => string(3) "ORM" public hash_method => string(3) "md5" public hash_key => string(27) "aAa42bBb!upAOISJLJQKNQLAzz!" public lifetime => integer 21600 public session_type => string(6) "native" public session_key => string(9) "auth_user" public users => array(0) public lib => array(2) ( "class" => string(4) "Auth" "params" => array(1) ( 0 => string(2) "a1" ) ) public exception => bool FALSE public roles => array(5) ( "login" => string(5) "guest" "user" => string(5) "login" "writer" => string(4) "user" "admin" => string(6) "writer" "god" => string(5) "admin" ) public guest_role => string(5) "guest" public resources => array(1) ( "user" => NULL ) }
}{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
public _crumb => object stdClass(2){ public list => array(2) ( "/photos" => string(6) "Photos" 0 => string(10) "Kinga Glyk" ) public title => bool FALSE }
}92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(Arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => string(18) "UpyUpy_Menu::route" ) protected _uri => string(12) "(<menupath>)" protected _regex => array(1) ( "menupath" => string(3) ".*?" ) protected _defaults => array(1) ( "action" => string(5) "index" ) protected _route_regex => string(28) "#^(?:(?P<menupath>.*?))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Gallery" protected _action => string(9) "galleryid" protected _uri => string(40) "photos/kinga-glyk-13734/kinga-glyk-52333" protected _external => bool FALSE protected _params => array(2) ( "layout" => string(7) "default" "id" => string(16) "kinga-glyk-52333" ) protected _get => array(1) ( "/photos/kinga-glyk-13734/kinga-glyk-52333" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(Arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => string(18) "UpyUpy_Menu::route" ) protected _uri => string(12) "(<menupath>)" protected _regex => array(1) ( "menupath" => string(3) ".*?" ) protected _defaults => array(1) ( "action" => string(5) "index" ) protected _route_regex => string(28) "#^(?:(?P<menupath>.*?))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Gallery" protected _action => string(9) "galleryid" protected _uri => string(40) "photos/kinga-glyk-13734/kinga-glyk-52333" protected _external => bool FALSE protected _params => array(2) ( "layout" => string(7) "default" "id" => string(16) "kinga-glyk-52333" ) protected _get => array(1) ( "/photos/kinga-glyk-13734/kinga-glyk-52333" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 993 ':uri' => $this->_uri, 994 )); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 108 ] » Kohana_Request->execute()
103 /** 104 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 105 * If no source is specified, the URI will be automatically detected. 106 */ 107 echo Request::factory() 108 ->execute() 109 ->send_headers() 110 ->body();