ErrorException [ Notice ]:
APPPATH/classes/Model/Rcompany.php [ 208 ]
-
APPPATH/classes/Model/Rcompany.php [ 208 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(21) "Undefined index: host"
2
string(81) "/home/k/kurskcity/newauto46.ru/public_html/application/classes/Model/Rcompany.php"
3
integer 208
4
array(1) ( "domain" => array(1) ( "path" => string(0) "" ) )
-
APPPATH/views/index/ratings/v_ratings_view.php [ 22 ] » Model_Rcompany->getlink()
17 </div> 18 <div id="map" class="map" style="width:100%; height:250px;"></div> 19 <div class="cominfo"> 20 <div> 21 <p class="label">Сайт:</p> 22 <p><a href="<?=$company->site?>"><?=$company->getlink()?></a></p> 23 </div> 24 <div> 25 <p class="label">Телефоны:</p> 26 <p><?=$company->comphone?></p> 27 </div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(93) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/ratings/v_ratings_view.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(93) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/ratings/v_ratings_view.php"
1
array(4) ( "company" => object Model_Rcompany(35)
{ public _table_name => string(10) "rcompanies" public photos_count => integer 2 protected _has_many => array(2) ( "offices" => array(4) ( "foreign_key" => string(11) "rcompany_id" "through" => NULL "far_key" => string(9) "office_id" "model" => string(7) "Roffice" ) "votes" => array(4) ( "foreign_key" => string(11) "rcompany_id" "through" => NULL "far_key" => string(7) "vote_id" "model" => string(5) "Rvote" ) ) protected _belongs_to => array(1) ( "rating" => array(2) ( "foreign_key" => string(10) "ratings_id" "model" => string(6) "Rating" ) ) public _table_columns => array(9) ( "id" => string(2) "id" "name" => string(4) "name" "status" => string(6) "status" "site" => string(4) "site" "comphone" => string(8) "comphone" "info" => string(4) "info" "pubdate" => string(7) "pubdate" "ratings_id" => string(10) "ratings_id" "locked" => string(6) "locked" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "35" "name" => string(15) "АЗС "Petrol"" "status" => string(0) "" "site" => string(0) "" "comphone" => string(0) "" "info" => string(0) "" "pubdate" => string(19) "2016-04-05 17:20:46" "ratings_id" => string(1) "1" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "35" "name" => string(15) "АЗС "Petrol"" "status" => string(0) "" "site" => string(0) "" "comphone" => string(0) "" "info" => string(0) "" "pubdate" => string(19) "2016-04-05 17:20:46" "ratings_id" => string(1) "1" "locked" => string(1) "0" ) protected _related => array(1) ( "rating" => object Model_Rating(34)
"comments" => object Response(5){ protected _has_many => array(1) ( "orgs" => array(4) ( "foreign_key" => string(10) "ratings_id" "through" => NULL "far_key" => string(6) "org_id" "model" => string(8) "Rcompany" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "1" "name" => string(39) "Рейтинг автозаправок" "desc" => string(0) "" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "1" "name" => string(39) "Рейтинг автозаправок" "desc" => string(0) "" "locked" => string(1) "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(6) "rating" protected _object_plural => string(7) "ratings" protected _table_name => string(7) "ratings" protected _table_columns => array(4) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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 FALSE "ordinal_position" => integer 2 "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" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "locked" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "locked" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "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 => string(2) "id" 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 _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(8) "rcompany" protected _object_plural => string(10) "rcompanies" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "35" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" 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) "rating" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(9) "and_where" "args" => array(3) ( 0 => string(6) "locked" 1 => string(1) "=" 2 => integer 0 ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "rcompany" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"offices" => object Database_MySQLi_Result(7){ }
protected _body => string(54) "<div class="combody comshow" id="comslist"> </div> " protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _internal_row => integer 0 protected _query => string(396) "SELECT `roffice`.`id` AS `id`, `roffice`.`address` AS `address`, `roffice`.`phones` AS `phones`, `roffice`.`email` AS `email`, ` …" protected _result => object mysqli_result(5)
"addcomform" => object Response(5){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 2 protected _current_row => integer 0 protected _as_object => string(13) "Model_Roffice" protected _object_params => NULL }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
){ }
protected _body => string(3574) " <div id="mess"><img id="loadcom" style="display:none;" src="/media/images/ajax-loader.gif" alt="Загрузка..."></div> <div id=" …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/index/v_base.php [ 155 ] » Kohana_View->__toString()
150 <?endif?> 151 <div class="container"> 152 <main id="content" class="content"> 153 <div class="printurl">Ссылка на страницу: <a href="<?= 'http://'.$_SERVER['HTTP_HOST'].Request::detect_uri();?>"><?= 'http://'.$_SERVER['HTTP_HOST'].Request::detect_uri();?></a></div> 154 <?foreach ($block_center as $cblock):?> 155 <?=$cblock?> 156 <?endforeach?> 157 <?=$lastads?> 158 <?if(Request::initial()->controller()!='Main'):?> 159 <div id="undermenuban" style="overflow:hidden;"><a href="http://цнмвл.рф"><img src="/media/banners/vet.jpg" width="700" height="157" alt="Ветлаборатория"></a></div> 160 <?endif?>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(77) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/v_base.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(77) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/v_base.php"
1
array(24) ( "site_name" => string(67) "Курский автомобильный портал NewAuto46.ru" "site_description" => string(54) "Курский автомобильный портал" "page_title" => string(94) "<a href="/rating/1">Рейтинг автозаправок</a> | <span>АЗС "Petrol"</span>" "title" => string(80) "АЗС "Petrol" | Рейтинг автозаправок | Справочная" "meta_keywords" => NULL "meta_description" => NULL "meta_copywrite" => NULL "ogimage" => string(41) "http://newauto46.ru/media/images/logo.png" "lastads" => bool FALSE "salons" => NULL "styles" => array(13) ( 0 => string(21) "media/css/widgets.css" 1 => string(18) "media/css/poll.css" 2 => string(19) "media/css/style.css" 3 => string(19) "media/css/modal.css" 4 => string(27) "media/css/sweet-tooltip.css" 5 => string(27) "media/css/dropdown-menu.css" 6 => string(20) "media/css/mobile.css" 7 => string(20) "media/css/banner.css" 8 => string(24) "media/css/flexslider.css" 9 => string(19) "media/css/print.css" 10 => string(42) "media/fancybox/jquery.fancybox.css?v=2.1.5" 11 => string(33) "media/css/plugins/lobibox.min.css" 12 => string(26) "/media/css/refuelrates.css" ) "scripts" => array(20) ( 0 => string(29) "media/js/jquery-1.11.1.min.js" 1 => string(25) "media/js/sweet-tooltip.js" 2 => string(31) "media/js/plugins/lobibox.min.js" 3 => string(18) "media/js/Common.js" 4 => string(19) "media/js/comfunc.js" 5 => string(20) "media/js/comments.js" 6 => string(30) "media/js/jquery.simplemodal.js" 7 => string(41) "media/fancybox/jquery.fancybox.js?v=2.1.5" 8 => string(46) "media/fancybox/jquery.mousewheel-3.0.6.pack.js" 9 => string(18) "media/js/banner.js" 10 => string(33) "media/js/jquery.flexslider-min.js" 11 => string(18) "media/js/advert.js" 12 => string(27) "media/js/jquery.form.min.js" 13 => string(23) "media/js/scrollblock.js" 14 => string(35) "http://vk.com/js/api/openapi.js?122" 15 => string(40) "http://comet-server.ru/CometServerApi.js" 16 => string(17) "/media/js/ajax.js" 17 => string(19) "/media/js/rating.js" 18 => string(21) "/media/js/comments.js" 19 => string(41) "http://api-maps.yandex.ru/2.1/?lang=ru_RU" ) "sideban_left" => NULL "block_center" => array(1) ( 0 => object View(2)
{ protected _file => string(93) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/ratings/v_ratings_view.php" protected _data => array(4) ( "company" => object Model_Rcompany(35)
) "sideban_right" => array(5) ( 0 => object Response(5){ public _table_name => string(10) "rcompanies" public photos_count => integer 2 protected _has_many => array(2) ( "offices" => array(4) ( "foreign_key" => string(11) "rcompany_id" "through" => NULL "far_key" => string(9) "office_id" "model" => string(7) "Roffice" ) "votes" => array(4) ( "foreign_key" => string(11) "rcompany_id" "through" => NULL "far_key" => string(7) "vote_id" "model" => string(5) "Rvote" ) ) protected _belongs_to => array(1) ( "rating" => array(2) ( "foreign_key" => string(10) "ratings_id" "model" => string(6) "Rating" ) ) public _table_columns => array(9) ( "id" => string(2) "id" "name" => string(4) "name" "status" => string(6) "status" "site" => string(4) "site" "comphone" => string(8) "comphone" "info" => string(4) "info" "pubdate" => string(7) "pubdate" "ratings_id" => string(10) "ratings_id" "locked" => string(6) "locked" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "35" "name" => string(15) "АЗС "Petrol"" "status" => string(0) "" "site" => string(0) "" "comphone" => string(0) "" "info" => string(0) "" "pubdate" => string(19) "2016-04-05 17:20:46" "ratings_id" => string(1) "1" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "35" "name" => string(15) "АЗС "Petrol"" "status" => string(0) "" "site" => string(0) "" "comphone" => string(0) "" "info" => string(0) "" "pubdate" => string(19) "2016-04-05 17:20:46" "ratings_id" => string(1) "1" "locked" => string(1) "0" ) protected _related => array(1) ( "rating" => object Model_Rating(34)
"comments" => object Response(5){ protected _has_many => array(1) ( "orgs" => array(4) ( "foreign_key" => string(10) "ratings_id" "through" => NULL "far_key" => string(6) "org_id" "model" => string(8) "Rcompany" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "1" "name" => string(39) "Рейтинг автозаправок" "desc" => string(0) "" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "1" "name" => string(39) "Рейтинг автозаправок" "desc" => string(0) "" "locked" => string(1) "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(6) "rating" protected _object_plural => string(7) "ratings" protected _table_name => string(7) "ratings" protected _table_columns => array(4) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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 FALSE "ordinal_position" => integer 2 "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" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "locked" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "locked" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "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 => string(2) "id" 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 _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(8) "rcompany" protected _object_plural => string(10) "rcompanies" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "35" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" 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) "rating" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(9) "and_where" "args" => array(3) ( 0 => string(6) "locked" 1 => string(1) "=" 2 => integer 0 ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "rcompany" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"offices" => object Database_MySQLi_Result(7){ }
protected _body => string(54) "<div class="combody comshow" id="comslist"> </div> " protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _internal_row => integer 0 protected _query => string(396) "SELECT `roffice`.`id` AS `id`, `roffice`.`address` AS `address`, `roffice`.`phones` AS `phones`, `roffice`.`email` AS `email`, ` …" protected _result => object mysqli_result(5)
"addcomform" => object Response(5){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 2 protected _current_row => integer 0 protected _as_object => string(13) "Model_Roffice" protected _object_params => NULL }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) }{ }
protected _body => string(3574) " <div id="mess"><img id="loadcom" style="display:none;" src="/media/images/ajax-loader.gif" alt="Загрузка..."></div> <div id=" …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
1 => object Response(5){ }
protected _body => string(1614) "<div class="widget wrefuelrate"> <h2 class="wheader"><a href="/rating/1">Рейтинг автозаправок</a></h2> <div class="rateitem"> …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
2 => object Response(5){ }
protected _body => string(1768) "<div class="widget"> <div id="blockpoll" class="rsblock"> <div class="top-left"></div><div class="top-right"></div> <div cla …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
3 => object Response(5){ }
protected _body => string(719) "<!--<div id="actual"> <h2>Актуально</h2> <!-- --> <!--<div><a href="http://newauto46.ru/photocontests/konkurs/9"><img src= …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 500 protected _header => object HTTP_Header(1)
4 => object View(2){ public content-type => string(24) "text/html; charset=utf-8" }
protected _body => string(102277) "<style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; …" protected _cookies => array(0) protected _protocol => NULL }{ protected _file => string(91) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/losts/v_losts_widget.php" protected _data => array(2) ( "lost" => object Model_Lost(35)
) "content" => NULL "breadcrumps" => NULL "footer" => NULL "tabmenu" => object Response(5){ public photos_count => integer 3 public _table_columns => array(15) ( "id" => string(2) "id" "subject" => string(7) "subject" "text" => string(4) "text" "place" => string(5) "place" "users_id" => string(8) "users_id" "name" => string(4) "name" "phone" => string(5) "phone" "email" => string(5) "email" "lostdate" => string(8) "lostdate" "losttime" => string(8) "losttime" "lostrub_id" => string(10) "lostrub_id" "pubdate" => string(7) "pubdate" "views" => string(5) "views" "locked" => string(6) "locked" "userlocked" => string(10) "userlocked" ) protected _belongs_to => array(2) ( "lostrubs" => array(2) ( "foreign_key" => string(10) "lostrub_id" "model" => string(7) "Lostrub" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(2) "52" "subject" => string(51) "Водительское Удостоверение" "text" => string(358) "2 июня на озере в стрелецкой за ж/д переездом потерян кошелек черный с водительским удостоверением на имя Барбатунова И. С. И ка …" "place" => string(0) "" "users_id" => string(5) "41628" "name" => string(10) "Игорь" "phone" => string(16) "+7(920) 703-1982" "email" => string(17) "[email protected]" "lostdate" => string(0) "" "losttime" => string(0) "" "lostrub_id" => string(1) "3" "pubdate" => string(19) "2020-07-03 19:26:59" "views" => string(4) "7081" "locked" => string(1) "0" "userlocked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(2) "52" "subject" => string(51) "Водительское Удостоверение" "text" => string(358) "2 июня на озере в стрелецкой за ж/д переездом потерян кошелек черный с водительским удостоверением на имя Барбатунова И. С. И ка …" "place" => string(0) "" "users_id" => string(5) "41628" "name" => string(10) "Игорь" "phone" => string(16) "+7(920) 703-1982" "email" => string(17) "[email protected]" "lostdate" => string(0) "" "losttime" => string(0) "" "lostrub_id" => string(1) "3" "pubdate" => string(19) "2020-07-03 19:26:59" "views" => string(4) "7081" "locked" => string(1) "0" "userlocked" => string(1) "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(4) "lost" protected _object_plural => string(5) "losts" protected _table_name => string(5) "losts" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "52" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"lastmiss" => object Model_Pcimg(34){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" 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(4) "lost" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _has_many => array(4) ( "votes" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(7) "vote_id" "model" => string(6) "Pcvote" ) "juryvote" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(11) "juryvote_id" "model" => string(8) "Juryvote" ) "winner" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(9) "winner_id" "model" => string(8) "Pcwinner" ) "fpusers" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(9) "fpuser_id" "model" => string(6) "Fpuser" ) ) protected _belongs_to => array(1) ( "photocontests" => array(2) ( "foreign_key" => string(16) "photocontests_id" "model" => string(12) "Photocontest" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(4) "2067" "surname" => string(22) "Дербеденева" "name" => string(18) "Анастасия" "patronymic" => string(0) "" "email" => string(0) "" "phone" => string(16) "+7(960) 676-9215" "comment" => string(0) "" "place" => string(0) "" "prize" => string(0) "" "photocontests_id" => string(2) "13" "filename" => string(13) "46b7de7420412" "pubdate" => string(10) "1535724867" "in_vote" => string(1) "1" "vkposted" => string(1) "1" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(4) "2067" "surname" => string(22) "Дербеденева" "name" => string(18) "Анастасия" "patronymic" => string(0) "" "email" => string(0) "" "phone" => string(16) "+7(960) 676-9215" "comment" => string(0) "" "place" => string(0) "" "prize" => string(0) "" "photocontests_id" => string(2) "13" "filename" => string(13) "46b7de7420412" "pubdate" => string(10) "1535724867" "in_vote" => string(1) "1" "vkposted" => string(1) "1" "locked" => string(1) "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(5) "pcimg" protected _object_plural => string(6) "pcimgs" protected _table_name => string(6) "pcimgs" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "surname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "surname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "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" ) "patronymic" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "patronymic" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "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" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "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" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "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" ) "comment" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "comment" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "place" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "place" "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_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "prize" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "prize" "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_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photocontests_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "photocontests_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "filename" "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_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pubdate" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "pubdate" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "in_vote" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "in_vote" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "vkposted" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "vkposted" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "locked" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "locked" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "1" "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 => string(2) "id" protected _primary_key_value => string(4) "2067" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" 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(5) "pcimg" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"submenu" => object Response(5){ }
protected _body => string(565) " <div class="tabmenu" id="ftmenu"> <a href="/" id="mtab1" class="firsttab">Главная</a> <a href="/ads/cars" id="m …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"counters" => object View(2){ }
protected _body => string(3433) " <ul class="sitemenu parent88 nav-main" id="navigation"> <li id="layer_el89" class="list col_1 lvl2 parent88 "> <a id …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(82) "/home/k/kurskcity/newauto46.ru/public_html/application/views/common/v_counters.php" protected _data => array(0) }
"authblock" => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
"menubottom" => object Response(5){ }
protected _body => string(107) " <a href="/register" class="link1">Регистрация</a> <a href="/login" class="link1">Вход</a> " protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"block_right" => array(0) ){ }
protected _body => string(3460) " <ul class="sitemenu parent88 " itemscope itemtype="http://schema.org/SiteNavigationElement"> <li id="layer_el89" clas …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->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_Index_Rating(10)
{ public template => object View(2)
{ protected _file => string(77) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/v_base.php" protected _data => array(24) ( "site_name" => string(67) "Курский автомобильный портал NewAuto46.ru" "site_description" => string(54) "Курский автомобильный портал" "page_title" => string(94) "<a href="/rating/1">Рейтинг автозаправок</a> | <span>АЗС "Petrol"</span>" "title" => string(80) "АЗС "Petrol" | Рейтинг автозаправок | Справочная" "meta_keywords" => NULL "meta_description" => NULL "meta_copywrite" => NULL "ogimage" => string(41) "http://newauto46.ru/media/images/logo.png" "lastads" => bool FALSE "salons" => NULL "styles" => array(13) ( 0 => string(21) "media/css/widgets.css" 1 => string(18) "media/css/poll.css" 2 => string(19) "media/css/style.css" 3 => string(19) "media/css/modal.css" 4 => string(27) "media/css/sweet-tooltip.css" 5 => string(27) "media/css/dropdown-menu.css" 6 => string(20) "media/css/mobile.css" 7 => string(20) "media/css/banner.css" 8 => string(24) "media/css/flexslider.css" 9 => string(19) "media/css/print.css" 10 => string(42) "media/fancybox/jquery.fancybox.css?v=2.1.5" 11 => string(33) "media/css/plugins/lobibox.min.css" 12 => string(26) "/media/css/refuelrates.css" ) "scripts" => array(20) ( 0 => string(29) "media/js/jquery-1.11.1.min.js" 1 => string(25) "media/js/sweet-tooltip.js" 2 => string(31) "media/js/plugins/lobibox.min.js" 3 => string(18) "media/js/Common.js" 4 => string(19) "media/js/comfunc.js" 5 => string(20) "media/js/comments.js" 6 => string(30) "media/js/jquery.simplemodal.js" 7 => string(41) "media/fancybox/jquery.fancybox.js?v=2.1.5" 8 => string(46) "media/fancybox/jquery.mousewheel-3.0.6.pack.js" 9 => string(18) "media/js/banner.js" 10 => string(33) "media/js/jquery.flexslider-min.js" 11 => string(18) "media/js/advert.js" 12 => string(27) "media/js/jquery.form.min.js" 13 => string(23) "media/js/scrollblock.js" 14 => string(35) "http://vk.com/js/api/openapi.js?122" 15 => string(40) "http://comet-server.ru/CometServerApi.js" 16 => string(17) "/media/js/ajax.js" 17 => string(19) "/media/js/rating.js" 18 => string(21) "/media/js/comments.js" 19 => string(41) "http://api-maps.yandex.ru/2.1/?lang=ru_RU" ) "sideban_left" => NULL "block_center" => array(1) ( 0 => object View(2)
protected user => NULL protected auth => object Auth_ORM(2){ protected _file => string(93) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/ratings/v_ratings_view.php" protected _data => array(4) ( "company" => object Model_Rcompany(35)
) "sideban_right" => array(5) ( 0 => object Response(5){ public _table_name => string(10) "rcompanies" public photos_count => integer 2 protected _has_many => array(2) ( "offices" => array(4) ( "foreign_key" => string(11) "rcompany_id" "through" => NULL "far_key" => string(9) "office_id" "model" => string(7) "Roffice" ) "votes" => array(4) ( "foreign_key" => string(11) "rcompany_id" "through" => NULL "far_key" => string(7) "vote_id" "model" => string(5) "Rvote" ) ) protected _belongs_to => array(1) ( "rating" => array(2) ( "foreign_key" => string(10) "ratings_id" "model" => string(6) "Rating" ) ) public _table_columns => array(9) ( "id" => string(2) "id" "name" => string(4) "name" "status" => string(6) "status" "site" => string(4) "site" "comphone" => string(8) "comphone" "info" => string(4) "info" "pubdate" => string(7) "pubdate" "ratings_id" => string(10) "ratings_id" "locked" => string(6) "locked" ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "35" "name" => string(15) "АЗС "Petrol"" "status" => string(0) "" "site" => string(0) "" "comphone" => string(0) "" "info" => string(0) "" "pubdate" => string(19) "2016-04-05 17:20:46" "ratings_id" => string(1) "1" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "35" "name" => string(15) "АЗС "Petrol"" "status" => string(0) "" "site" => string(0) "" "comphone" => string(0) "" "info" => string(0) "" "pubdate" => string(19) "2016-04-05 17:20:46" "ratings_id" => string(1) "1" "locked" => string(1) "0" ) protected _related => array(1) ( "rating" => object Model_Rating(34)
"comments" => object Response(5){ protected _has_many => array(1) ( "orgs" => array(4) ( ... ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "1" "name" => string(39) "Рейтинг автозаправок" "desc" => string(0) "" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "1" "name" => string(39) "Рейтинг автозаправок" "desc" => string(0) "" "locked" => string(1) "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(6) "rating" protected _object_plural => string(7) "ratings" protected _table_name => string(7) "ratings" protected _table_columns => array(4) ( "id" => array(13) ( ... ) "name" => array(12) ( ... ) "desc" => array(12) ( ... ) "locked" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" 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 _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(8) "rcompany" protected _object_plural => string(10) "rcompanies" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "35" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" protected _instance => string(7) "default" protected _connection => object mysqli(19) { ... } protected _config => array(6) ( ... ) }
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) "rating" }{ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(9) "and_where" "args" => array(3) ( 0 => string(6) "locked" 1 => string(1) "=" 2 => integer 0 ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "rcompany" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"offices" => object Database_MySQLi_Result(7){ }
protected _body => string(54) "<div class="combody comshow" id="comslist"> </div> " protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _internal_row => integer 0 protected _query => string(396) "SELECT `roffice`.`id` AS `id`, `roffice`.`address` AS `address`, `roffice`.`phones` AS `phones`, `roffice`.`email` AS `email`, ` …" protected _result => object mysqli_result(5)
"addcomform" => object Response(5){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 2 protected _current_row => integer 0 protected _as_object => string(13) "Model_Roffice" protected _object_params => NULL }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) }{ }
protected _body => string(3574) " <div id="mess"><img id="loadcom" style="display:none;" src="/media/images/ajax-loader.gif" alt="Загрузка..."></div> <div id=" …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
1 => object Response(5){ }
protected _body => string(1614) "<div class="widget wrefuelrate"> <h2 class="wheader"><a href="/rating/1">Рейтинг автозаправок</a></h2> <div class="rateitem"> …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
2 => object Response(5){ }
protected _body => string(1768) "<div class="widget"> <div id="blockpoll" class="rsblock"> <div class="top-left"></div><div class="top-right"></div> <div cla …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
3 => object Response(5){ }
protected _body => string(719) "<!--<div id="actual"> <h2>Актуально</h2> <!-- --> <!--<div><a href="http://newauto46.ru/photocontests/konkurs/9"><img src= …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 500 protected _header => object HTTP_Header(1)
4 => object View(2){ public content-type => string(24) "text/html; charset=utf-8" }
protected _body => string(102277) "<style type="text/css"> #kohana_error { background: #ddd; font-size: 1em; font-family:sans-serif; text-align: left; color: #111; …" protected _cookies => array(0) protected _protocol => NULL }{ protected _file => string(91) "/home/k/kurskcity/newauto46.ru/public_html/application/views/index/losts/v_losts_widget.php" protected _data => array(2) ( "lost" => object Model_Lost(35)
) "content" => NULL "breadcrumps" => NULL "footer" => NULL "tabmenu" => object Response(5){ public photos_count => integer 3 public _table_columns => array(15) ( "id" => string(2) "id" "subject" => string(7) "subject" "text" => string(4) "text" "place" => string(5) "place" "users_id" => string(8) "users_id" "name" => string(4) "name" "phone" => string(5) "phone" "email" => string(5) "email" "lostdate" => string(8) "lostdate" "losttime" => string(8) "losttime" "lostrub_id" => string(10) "lostrub_id" "pubdate" => string(7) "pubdate" "views" => string(5) "views" "locked" => string(6) "locked" "userlocked" => string(10) "userlocked" ) protected _belongs_to => array(2) ( "lostrubs" => array(2) ( "foreign_key" => string(10) "lostrub_id" "model" => string(7) "Lostrub" ) "user" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(2) "52" "subject" => string(51) "Водительское Удостоверение" "text" => string(358) "2 июня на озере в стрелецкой за ж/д переездом потерян кошелек черный с водительским удостоверением на имя Барбатунова И. С. И ка …" "place" => string(0) "" "users_id" => string(5) "41628" "name" => string(10) "Игорь" "phone" => string(16) "+7(920) 703-1982" "email" => string(17) "[email protected]" "lostdate" => string(0) "" "losttime" => string(0) "" "lostrub_id" => string(1) "3" "pubdate" => string(19) "2020-07-03 19:26:59" "views" => string(4) "7081" "locked" => string(1) "0" "userlocked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(2) "52" "subject" => string(51) "Водительское Удостоверение" "text" => string(358) "2 июня на озере в стрелецкой за ж/д переездом потерян кошелек черный с водительским удостоверением на имя Барбатунова И. С. И ка …" "place" => string(0) "" "users_id" => string(5) "41628" "name" => string(10) "Игорь" "phone" => string(16) "+7(920) 703-1982" "email" => string(17) "[email protected]" "lostdate" => string(0) "" "losttime" => string(0) "" "lostrub_id" => string(1) "3" "pubdate" => string(19) "2020-07-03 19:26:59" "views" => string(4) "7081" "locked" => string(1) "0" "userlocked" => string(1) "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(4) "lost" protected _object_plural => string(5) "losts" protected _table_name => string(5) "losts" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "52" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"lastmiss" => object Model_Pcimg(34){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" 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(4) "lost" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _has_many => array(4) ( "votes" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(7) "vote_id" "model" => string(6) "Pcvote" ) "juryvote" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(11) "juryvote_id" "model" => string(8) "Juryvote" ) "winner" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(9) "winner_id" "model" => string(8) "Pcwinner" ) "fpusers" => array(4) ( "foreign_key" => string(9) "pcimgs_id" "through" => NULL "far_key" => string(9) "fpuser_id" "model" => string(6) "Fpuser" ) ) protected _belongs_to => array(1) ( "photocontests" => array(2) ( "foreign_key" => string(16) "photocontests_id" "model" => string(12) "Photocontest" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(4) "2067" "surname" => string(22) "Дербеденева" "name" => string(18) "Анастасия" "patronymic" => string(0) "" "email" => string(0) "" "phone" => string(16) "+7(960) 676-9215" "comment" => string(0) "" "place" => string(0) "" "prize" => string(0) "" "photocontests_id" => string(2) "13" "filename" => string(13) "46b7de7420412" "pubdate" => string(10) "1535724867" "in_vote" => string(1) "1" "vkposted" => string(1) "1" "locked" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(4) "2067" "surname" => string(22) "Дербеденева" "name" => string(18) "Анастасия" "patronymic" => string(0) "" "email" => string(0) "" "phone" => string(16) "+7(960) 676-9215" "comment" => string(0) "" "place" => string(0) "" "prize" => string(0) "" "photocontests_id" => string(2) "13" "filename" => string(13) "46b7de7420412" "pubdate" => string(10) "1535724867" "in_vote" => string(1) "1" "vkposted" => string(1) "1" "locked" => string(1) "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(5) "pcimg" protected _object_plural => string(6) "pcimgs" protected _table_name => string(6) "pcimgs" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "surname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "surname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "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" ) "patronymic" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "patronymic" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "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" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "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" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "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" ) "comment" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "comment" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "place" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "place" "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_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "prize" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "prize" "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_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photocontests_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "photocontests_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filename" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "filename" "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_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pubdate" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "pubdate" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "in_vote" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "in_vote" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "vkposted" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "vkposted" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "locked" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "locked" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "1" "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 => string(2) "id" protected _primary_key_value => string(4) "2067" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" 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(5) "pcimg" }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"submenu" => object Response(5){ }
protected _body => string(565) " <div class="tabmenu" id="ftmenu"> <a href="/" id="mtab1" class="firsttab">Главная</a> <a href="/ads/cars" id="m …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"counters" => object View(2){ }
protected _body => string(3433) " <ul class="sitemenu parent88 nav-main" id="navigation"> <li id="layer_el89" class="list col_1 lvl2 parent88 "> <a id …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(82) "/home/k/kurskcity/newauto46.ru/public_html/application/views/common/v_counters.php" protected _data => array(0) }
"authblock" => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
"menubottom" => object Response(5){ }
protected _body => string(107) " <a href="/register" class="link1">Регистрация</a> <a href="/login" class="link1">Вход</a> " protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"block_right" => array(0) ) }{ }
protected _body => string(3460) " <ul class="sitemenu parent88 " itemscope itemtype="http://schema.org/SiteNavigationElement"> <li id="layer_el89" clas …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _session => object Session_Database(11)
protected user_roles => array(1) ( 0 => string(6) "public" ) protected cache => NULL public session => object Session_Database(11){ protected _db => object Database_MySQLi(6)
protected _config => object Config_Group(7){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _table => string(8) "sessions" protected _columns => array(3) ( "session_id" => string(10) "session_id" "last_active" => string(11) "last_active" "contents" => string(8) "contents" ) protected _gc => integer 500 protected _session_id => string(23) "66ff865b59dc52-18855046" protected _update_id => NULL protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ public driver => string(3) "ORM" public hash_method => string(6) "sha256" public hash_key => string(19) "h3yheuweyh82hf82dhw" public lifetime => integer 4564546 public session_type => string(8) "database" public session_key => string(9) "auth_user" public users => array(0) }
}{ protected _db => object Database_MySQLi(6)
public settings => object Config_Group(11){ protected _connection_id => string(40) "935017a8f64ba3f4744006174ecc3f64b3613595" protected _identifier => string(1) "`" public last_query => string(168) "SELECT COUNT(`rvote`.`id`) AS `records_found` FROM `rvotes` AS `rvote` WHERE `rcompany_id` = '35' AND `ip` = '98.84.18.52' AND D …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _table => string(8) "sessions" protected _columns => array(3) ( "session_id" => string(10) "session_id" "last_active" => string(11) "last_active" "contents" => string(8) "contents" ) protected _gc => integer 500 protected _session_id => string(23) "66ff865b59dc52-18855046" protected _update_id => NULL protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }{ 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(16) "kurskcity_nwauto" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ public site_name => string(67) "Курский автомобильный портал NewAuto46.ru" public site_description => string(54) "Курский автомобильный портал" public admin_email => string(18) "[email protected]" public ogimage => string(41) "http://newauto46.ru/media/images/logo.png" public namemonth => array(21) ( 1 => string(12) "январь" 2 => string(14) "февраль" 3 => string(8) "март" 4 => string(12) "апрель" 5 => string(6) "май" 6 => string(8) "июнь" 7 => string(8) "июль" 8 => string(12) "август" 9 => string(16) "сентябрь" "01" => string(12) "январь" "02" => string(14) "февраль" "03" => string(8) "март" "04" => string(12) "апрель" "05" => string(6) "май" "06" => string(8) "июнь" "07" => string(8) "июль" "08" => string(12) "август" "09" => string(16) "сентябрь" 10 => string(14) "октябрь" 11 => string(12) "ноябрь" 12 => string(14) "декабрь" ) public namemonth_a => array(21) ( 1 => string(12) "января" 2 => string(14) "февраля" 3 => string(10) "марта" 4 => string(12) "апреля" 5 => string(6) "мая" 6 => string(8) "июня" 7 => string(8) "июля" 8 => string(14) "августа" 9 => string(16) "сентября" "01" => string(12) "января" "02" => string(14) "февраля" "03" => string(10) "марта" "04" => string(12) "апреля" "05" => string(6) "мая" "06" => string(8) "июня" "07" => string(8) "июля" "08" => string(14) "августа" "09" => string(16) "сентября" 10 => string(14) "октября" 11 => string(12) "ноября" 12 => string(14) "декабря" ) public genres => array(3) ( "message" => string(14) "Новость" "article" => string(51) "Большая новость(передовица)" "interview" => string(31) "Новость-интервью" ) public newsrubs => array(5) ( 1 => string(21) "По разделам" 2 => string(15) "По темам" 3 => string(28) "Дополнительные" 4 => string(0) "" 5 => string(0) "" ) public offnews => array(0) public weekend => array(14) ( 0 => string(5) "04-11" 1 => string(5) "01-01" 2 => string(5) "08-03" 3 => string(5) "02-01" 4 => string(5) "03-01" 5 => string(5) "04-01" 6 => string(5) "05-01" 7 => string(5) "06-01" 8 => string(5) "07-01" 9 => string(5) "08-01" 10 => string(5) "09-01" 11 => string(5) "10-01" 12 => string(5) "11-01" 13 => string(5) "12-01" ) public mainpageadscount => integer 5 }
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(0) protected _uri => string(45) "(<controller>(/<action>(/<id>))(/page<page>))" protected _regex => array(3) ( "id" => string(6) "[0-9]+" "page" => string(6) "[0-9]+" "action" => string(32) "(?!filter)(?!page)(?!type)[a-z]*" ) protected _defaults => array(3) ( "directory" => string(5) "index" "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(135) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>(?!filter)(?!page)(?!type)[a-z]*)(?:/(?P<id>[0-9]+))?)?(?:/page(?P<page>[0-9]+)) …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(6) "Rating" protected _action => string(7) "company" protected _uri => string(17) "rating/company/35" protected _external => bool FALSE protected _params => array(1) ( "id" => string(2) "35" ) protected _get => array(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)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }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(0) protected _uri => string(45) "(<controller>(/<action>(/<id>))(/page<page>))" protected _regex => array(3) ( "id" => string(6) "[0-9]+" "page" => string(6) "[0-9]+" "action" => string(32) "(?!filter)(?!page)(?!type)[a-z]*" ) protected _defaults => array(3) ( "directory" => string(5) "index" "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(135) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>(?!filter)(?!page)(?!type)[a-z]*)(?:/(?P<id>[0-9]+))?)?(?:/page(?P<page>[0-9]+)) …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(6) "Rating" protected _action => string(7) "company" protected _uri => string(17) "rating/company/35" protected _external => bool FALSE protected _params => array(1) ( "id" => string(2) "35" ) protected _get => array(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 [ 986 ] » 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(0) protected _uri => string(45) "(<controller>(/<action>(/<id>))(/page<page>))" protected _regex => array(3) ( "id" => string(6) "[0-9]+" "page" => string(6) "[0-9]+" "action" => string(32) "(?!filter)(?!page)(?!type)[a-z]*" ) protected _defaults => array(3) ( "directory" => string(5) "index" "controller" => string(4) "main" "action" => string(5) "index" ) protected _route_regex => string(135) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>(?!filter)(?!page)(?!type)[a-z]*)(?:/(?P<id>[0-9]+))?)?(?:/page(?P<page>[0-9]+)) …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(6) "Rating" protected _action => string(7) "company" protected _uri => string(17) "rating/company/35" protected _external => bool FALSE protected _params => array(1) ( "id" => string(2) "35" ) protected _get => array(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) }
}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }
Environment
Included files (165)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
MODPATH/breadcrumbs/init.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/imagefly/init.php |
MODPATH/purifier/init.php |
MODPATH/purifier/vendor/htmlpurifier/library/HTMLPurifier.auto.php |
MODPATH/purifier/vendor/htmlpurifier/library/HTMLPurifier/Bootstrap.php |
MODPATH/purifier/vendor/htmlpurifier/library/HTMLPurifier.autoload.php |
MODPATH/captcha/init.php |
MODPATH/email/init.php |
MODPATH/email/vendor/swiftmailer/lib/swift_required.php |
MODPATH/email/vendor/swiftmailer/lib/classes/Swift.php |
MODPATH/ckeditor/init.php |
MODPATH/gdata/init.php |
MODPATH/gdata/vendors/Zend/Loader/Autoloader.php |
MODPATH/gdata/vendors/Zend/Loader.php |
SYSPATH/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
SYSPATH/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
APPPATH/classes/Controller/Index/Rating.php |
APPPATH/classes/Controller/Index.php |
APPPATH/classes/Controller/Base.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
SYSPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
APPPATH/config/settings.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/auth/classes/Auth.php |
MODPATH/auth/classes/Kohana/Auth.php |
MODPATH/auth/config/auth.php |
APPPATH/config/auth.php |
MODPATH/orm/classes/Auth/ORM.php |
MODPATH/orm/classes/Kohana/Auth/ORM.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
MODPATH/database/classes/Session/Database.php |
MODPATH/database/classes/Kohana/Session/Database.php |
MODPATH/database/classes/Database.php |
MODPATH/database/classes/Kohana/Database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/Database/MySQLi.php |
MODPATH/database/classes/DB.php |
MODPATH/database/classes/Kohana/DB.php |
MODPATH/database/classes/Database/Query/Builder/Select.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/database/classes/Database/Query/Builder/Where.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/database/classes/Database/Query/Builder.php |
MODPATH/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/database/classes/Database/Query.php |
MODPATH/database/classes/Kohana/Database/Query.php |
MODPATH/database/classes/Database/MySQLi/Result.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Common.php |
APPPATH/classes/Widget.php |
APPPATH/classes/Controller/Widgets/Menu.php |
APPPATH/classes/Controller/Widgets.php |
APPPATH/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
APPPATH/classes/Model/Menu.php |
MODPATH/orm-mptt/classes/ORM/MPTT.php |
MODPATH/orm-mptt/classes/Kohana/ORM/MPTT.php |
APPPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
APPPATH/views/widgets/w_tabmenu.php |
MODPATH/cache/classes/Cache.php |
MODPATH/cache/classes/Kohana/Cache.php |
MODPATH/cache/config/cache.php |
MODPATH/cache/classes/Cache/File.php |
MODPATH/cache/classes/Kohana/Cache/File.php |
MODPATH/cache/classes/Cache/GarbageCollect.php |
MODPATH/cache/classes/Kohana/Cache/GarbageCollect.php |
APPPATH/classes/Model/Photocontest.php |
APPPATH/classes/Model/Pcimg.php |
APPPATH/classes/Model/Lost.php |
APPPATH/classes/Controller/Widgets/Rating.php |
APPPATH/classes/Model/Rating.php |
MODPATH/database/classes/Database/Expression.php |
MODPATH/database/classes/Kohana/Database/Expression.php |
APPPATH/classes/Model/Rcompany.php |
APPPATH/views/widgets/w_rating.php |
APPPATH/classes/Controller/Widgets/Poll.php |
APPPATH/classes/Model/Question.php |
APPPATH/views/widgets/w_poll.php |
APPPATH/classes/Model/Answer.php |
APPPATH/classes/Controller/Widgets/Actual.php |
APPPATH/views/widgets/w_actual.php |
APPPATH/classes/Controller/Widgets/Authblock.php |
APPPATH/views/widgets/w_authblock.php |
APPPATH/classes/Model/Roffice.php |
APPPATH/classes/Controller/Widgets/Comments.php |
APPPATH/classes/Model/Setting.php |
APPPATH/classes/Model/Comment.php |
APPPATH/views/widgets/comments/w_show.php |
APPPATH/classes/Controller/Widgets/Commentsadd.php |
APPPATH/classes/Model/Capcha.php |
APPPATH/views/widgets/comments/w_add.php |
APPPATH/messages/comment.php |
APPPATH/views/widgets/comments/w_commenstrule.php |
APPPATH/views/index/v_base.php |
APPPATH/classes/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
APPPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
APPPATH/views/index/ratings/v_ratings_view.php |
APPPATH/classes/Model/Rvote.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/views/kohana/error.php |
APPPATH/i18n/ru.php |
Loaded extensions (83)
Core |
date |
ereg |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bcmath |
bz2 |
calendar |
ctype |
dom |
hash |
fileinfo |
filter |
ftp |
gd |
gettext |
SPL |
iconv |
json |
mbstring |
mcrypt |
session |
standard |
PDO |
mysqlnd |
PDO_ODBC |
pdo_sqlite |
Phar |
posix |
Reflection |
mysqli |
shmop |
SimpleXML |
soap |
sockets |
pdo_mysql |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xml |
xmlreader |
xmlwriter |
zip |
mysql |
apache2handler |
begethook |
phalcon |
curl |
dba |
dbase |
enchant |
gmp |
imagick |
intl |
imap |
ldap |
magickwand |
memcache |
memcached |
mongo |
mssql |
odbc |
PDO_Firebird |
pdo_pgsql |
pgsql |
pspell |
redis |
tidy |
tideways |
timezonedb |
uploadprogress |
xmlrpc |
xsl |
mhash |
ionCube Loader |
Zend Guard Loader |
Zend OPcache |
$_SERVER
REDIRECT_UNIQUE_ID |
string(27) "Zv-GW4J2Fvu5uHkmGUfWgAAAABA" |
REDIRECT_MMDB_ADDR |
string(11) "98.84.18.52" |
REDIRECT_GEOIP_ADDR |
string(11) "98.84.18.52" |
REDIRECT_MMDB_INFO |
string(12) "result found" |
REDIRECT_GEOIP_CITY |
string(7) "Seattle" |
REDIRECT_GEOIP_LONGITUDE |
string(10) "-122.30320" |
REDIRECT_GEOIP_CONTINENT_CODE |
string(2) "NA" |
REDIRECT_GEOIP_LATITUDE |
string(8) "47.54000" |
REDIRECT_GEOIP_POSTAL_CODE |
string(5) "98108" |
REDIRECT_GEOIP_COUNTRY_CODE |
string(2) "US" |
REDIRECT_GEOIP_COUNTRY_NAME |
string(13) "United States" |
REDIRECT_GEOIP_REGION |
string(2) "WA" |
REDIRECT_PERL_USE_UNSAFE_INC |
string(1) "1" |
REDIRECT_STATUS |
string(3) "200" |
UNIQUE_ID |
string(27) "Zv-GW4J2Fvu5uHkmGUfWgAAAABA" |
MMDB_ADDR |
string(11) "98.84.18.52" |
GEOIP_ADDR |
string(11) "98.84.18.52" |
MMDB_INFO |
string(12) "result found" |
GEOIP_CITY |
string(7) "Seattle" |
GEOIP_LONGITUDE |
string(10) "-122.30320" |
GEOIP_CONTINENT_CODE |
string(2) "NA" |
GEOIP_LATITUDE |
string(8) "47.54000" |
GEOIP_POSTAL_CODE |
string(5) "98108" |
GEOIP_COUNTRY_CODE |
string(2) "US" |
GEOIP_COUNTRY_NAME |
string(13) "United States" |
GEOIP_REGION |
string(2) "WA" |
PERL_USE_UNSAFE_INC |
string(1) "1" |
HTTP_HOST |
string(12) "newauto46.ru" |
HTTP_X_SERVER_ADDR |
string(11) "45.130.41.3" |
HTTP_X_FORWARDED_PROTO |
string(4) "http" |
HTTP_IF_MODIFIED_SINCE |
string(29) "Fri, 19 Apr 2024 06:25:58 GMT" |
HTTP_X_REAL_IP |
string(13) "172.70.38.159" |
HTTP_ACCEPT_ENCODING |
string(4) "gzip" |
HTTP_CF_RAY |
string(20) "8cd2ff588ae60835-IAD" |
HTTP_CF_VISITOR |
string(17) "{"scheme":"http"}" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_ACCEPT_LANGUAGE |
string(14) "en-US,en;q=0.5" |
HTTP_CF_CONNECTING_IP |
string(11) "98.84.18.52" |
HTTP_CDN_LOOP |
string(19) "cloudflare; loops=1" |
HTTP_CF_IPCOUNTRY |
string(2) "US" |
PATH |
string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
SERVER_SIGNATURE |
string(71) "<address>Apache/2.4.55 (Unix) Server at newauto46.ru Port 80</address>
" |
SERVER_SOFTWARE |
string(20) "Apache/2.4.55 (Unix)" |
SERVER_NAME |
string(12) "newauto46.ru" |
SERVER_ADDR |
string(11) "45.130.41.3" |
SERVER_PORT |
string(2) "80" |
REQUEST_SCHEME |
string(4) "http" |
REMOTE_ADDR |
string(11) "98.84.18.52" |
DOCUMENT_ROOT |
string(42) "/home/k/kurskcity/newauto46.ru/public_html" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(42) "/home/k/kurskcity/newauto46.ru/public_html" |
SERVER_ADMIN |
string(22) "[email protected]" |
SCRIPT_FILENAME |
string(52) "/home/k/kurskcity/newauto46.ru/public_html/index.php" |
REMOTE_PORT |
string(5) "25053" |
REDIRECT_URL |
string(18) "/rating/company/35" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(18) "/rating/company/35" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(18) "/rating/company/35" |
PATH_TRANSLATED |
string(48) "redirect:/index.php/rating/company/35/company/35" |
PHP_SELF |
string(28) "/index.php/rating/company/35" |
REQUEST_TIME_FLOAT |
float 1728022107.35 |
REQUEST_TIME |
integer 1728022107 |
argv |
array(0) |
argc |
integer 0 |