Kohana_Exception [ 0 ]:
MODPATH/orm/classes/Kohana/ORM.php [ 684 ]
679
680 return $model->where($col, '=', $val);
681 }
682 else
683 {
684 throw new Kohana_Exception('The :property property does not exist in the :class class',
685 array(':property' => $column, ':class' => get_class($this)));
686 }
687 }
688
689 /**
-
MODPATH/orm/classes/Kohana/ORM.php [ 600 ] » Kohana_ORM->get(arguments)
0
string(9) "author_kz"
595 * @param string $column Column name 596 * @return mixed 597 */ 598 public function __get($column) 599 { 600 return $this->get($column); 601 } 602 603 /** 604 * Handles getting of column 605 * Override this method to add custom get behavior
-
APPPATH/classes/Model/Site/Base.php [ 8 ] » Kohana_ORM->__get(arguments)
0
string(9) "author_kz"
3 class Model_Site_Base extends ORM { 4 5 /* Получение данных в зависимости от текущего языка */ 6 public function get_prop($field, $postfix) { 7 $property = "$field$postfix"; 8 return $this->$property; 9 } 10 11 /* Получение данных вместе с привязанными галереями в зависимости от текущего языка */ 12 public function get_prop_with_gallery($field, $postfix, $amp = FALSE) { 13 $amp = ($amp) ? '_amp' : '';
-
APPPATH/views/template_amp/pages/page.php [ 2 ] » Model_Site_Base->get_prop(arguments)
0
string(6) "author"
1
string(3) "_kz"
1 <div class="content"> 2 <?php if ($page->get_prop('author', $postfix) != ''): ?> 3 <div class="author"><?php echo $text['tekst-avtor'] ?>: <b itemprop="name"><?php echo $page->get_prop('author', $postfix) ?></b>. </div> 4 <?php endif ?> 5 <time class="date-published"><?php echo $page->format_date('creation_time', $text, $lang) ?></time> 6 <time class="date-modified hidden"><?php echo $page->format_date('modified_time', $text, $lang) ?></time> 7 <div class="clearfix"></div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(99) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pages/page.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(99) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pages/page.php"
1
array(3) ( "page" => object Model_Pages(34)
{ protected _table_name => string(5) "pages" protected _has_one => array(1) ( "menu" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Menu" ) ) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(18) ( "id" => string(2) "26" "title" => string(20) "Самооценка" "author" => string(0) "" "text" => string(3614) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "text_short" => string(0) "" "link" => string(11) "samootsenka" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1691752702" "modified_time" => string(10) "1691752702" "title_kz" => string(53) "Өзін-өзі бағалау қорытындысы" "text_short_kz" => string(172) "<p><span style="font-size:8px;">Ө</span></p> <div id="gtx-trans" style="position: absolute; left: 16px; top: 3.31945px;"> <div …" "text_kz" => string(4248) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" ) protected _changed => array(0) protected _original_values => array(18) ( "id" => string(2) "26" "title" => string(20) "Самооценка" "author" => string(0) "" "text" => string(3614) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "text_short" => string(0) "" "link" => string(11) "samootsenka" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1691752702" "modified_time" => string(10) "1691752702" "title_kz" => string(53) "Өзін-өзі бағалау қорытындысы" "text_short_kz" => string(172) "<p><span style="font-size:8px;">Ө</span></p> <div id="gtx-trans" style="position: absolute; left: 16px; top: 3.31945px;"> <div …" "text_kz" => string(4248) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "pages" protected _object_plural => string(7) "pageses" protected _table_columns => array(18) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(23) "Без названия" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "author" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "author" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "text_short" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "creation_time" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "creation_time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "modified_time" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "modified_time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "title_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short_kz" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "text_short_kz" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_kz" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "text_kz" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_title_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_keywords_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "meta_description_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "26" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"categories" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "657d2f84891bf1f5549fef13a58edbe7b0482357" protected _identifier => string(1) "`" public last_query => string(739) "SELECT `pages`.`id` AS `id`, `pages`.`title` AS `title`, `pages`.`author` AS `author`, `pages`.`text` AS `text`, `pages`.`text_s …" 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) "pages" }{ 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(17) "balapan-almaty_db" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _internal_row => integer 0 protected _query => string(620) "SELECT `carticles`.`id` AS `id`, `carticles`.`category_id` AS `category_id`, `carticles`.`title` AS `title`, `carticles`.`link` …" protected _result => object mysqli_result(5)
"map" => object Model_Maps(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(15) "Model_Carticles" protected _object_params => NULL }{ protected _table_name => string(10) "map_places" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(38) "43.25088976157141,76.89499198240898:17" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(38) "43.25088976157141,76.89499198240898:17" ) 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) "maps" protected _object_plural => string(6) "mapses" protected _table_columns => array(4) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "coordinates" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "coordinates" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "657d2f84891bf1f5549fef13a58edbe7b0482357" protected _identifier => string(1) "`" public last_query => string(739) "SELECT `pages`.`id` AS `id`, `pages`.`title` AS `title`, `pages`.`author` AS `author`, `pages`.`text` AS `text`, `pages`.`text_s …" 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) "maps" }{ 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(17) "balapan-almaty_db" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }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 } // End View
-
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/template_amp/layout/main.php [ 141 ] » Kohana_View->__toString()
136 <script async src="https://cdn.ampproject.org/v0.js"></script> 137 </head> 138 <body> 139 <div class="main-content"> 140 <?php echo $header ?> 141 <?php echo $content ?> 142 <?php echo $footer ?> 143 </div> 144 </body> 145 </html>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(100) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/layout/main.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(100) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/layout/main.php"
1
array(4) ( "header" => object View(2)
{ protected _file => string(102) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pieces/header.php" protected _data => array(2) ( "menu" => object Database_MySQLi_Result(7)
"content" => object View(2){ protected _internal_row => integer 14 protected _query => string(297) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`color` AS `color`, `menu`. …" protected _result => object mysqli_result(5)
"active_languages" => array(1) ( "kz" => array(2) ( "title" => string(14) "Қазақша" "visible_name" => string(6) "Қаз" ) ) ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 14 protected _current_row => integer 14 protected _as_object => string(10) "Model_Menu" protected _object_params => NULL }{ protected _file => string(99) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pages/page.php" protected _data => array(3) ( "page" => object Model_Pages(34)
"footer" => object View(2){ protected _table_name => string(5) "pages" protected _has_one => array(1) ( "menu" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Menu" ) ) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(18) ( "id" => string(2) "26" "title" => string(20) "Самооценка" "author" => string(0) "" "text" => string(3614) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "text_short" => string(0) "" "link" => string(11) "samootsenka" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1691752702" "modified_time" => string(10) "1691752702" "title_kz" => string(53) "Өзін-өзі бағалау қорытындысы" "text_short_kz" => string(172) "<p><span style="font-size:8px;">Ө</span></p> <div id="gtx-trans" style="position: absolute; left: 16px; top: 3.31945px;"> <div …" "text_kz" => string(4248) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" ) protected _changed => array(0) protected _original_values => array(18) ( "id" => string(2) "26" "title" => string(20) "Самооценка" "author" => string(0) "" "text" => string(3614) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "text_short" => string(0) "" "link" => string(11) "samootsenka" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1691752702" "modified_time" => string(10) "1691752702" "title_kz" => string(53) "Өзін-өзі бағалау қорытындысы" "text_short_kz" => string(172) "<p><span style="font-size:8px;">Ө</span></p> <div id="gtx-trans" style="position: absolute; left: 16px; top: 3.31945px;"> <div …" "text_kz" => string(4248) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "pages" protected _object_plural => string(7) "pageses" protected _table_columns => array(18) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(23) "Без названия" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "author" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "author" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "text_short" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "creation_time" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "creation_time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "modified_time" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "modified_time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "title_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short_kz" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "text_short_kz" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_kz" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "text_kz" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_title_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_keywords_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "meta_description_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "26" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"categories" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "657d2f84891bf1f5549fef13a58edbe7b0482357" protected _identifier => string(1) "`" public last_query => string(739) "SELECT `pages`.`id` AS `id`, `pages`.`title` AS `title`, `pages`.`author` AS `author`, `pages`.`text` AS `text`, `pages`.`text_s …" 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) "pages" }{ 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(17) "balapan-almaty_db" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _internal_row => integer 0 protected _query => string(620) "SELECT `carticles`.`id` AS `id`, `carticles`.`category_id` AS `category_id`, `carticles`.`title` AS `title`, `carticles`.`link` …" protected _result => object mysqli_result(5)
"map" => object Model_Maps(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(15) "Model_Carticles" protected _object_params => NULL }{ protected _table_name => string(10) "map_places" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(38) "43.25088976157141,76.89499198240898:17" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(38) "43.25088976157141,76.89499198240898:17" ) 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) "maps" protected _object_plural => string(6) "mapses" protected _table_columns => array(4) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "coordinates" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "coordinates" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "657d2f84891bf1f5549fef13a58edbe7b0482357" protected _identifier => string(1) "`" public last_query => string(739) "SELECT `pages`.`id` AS `id`, `pages`.`title` AS `title`, `pages`.`author` AS `author`, `pages`.`text` AS `text`, `pages`.`text_s …" 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) "maps" }{ 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(17) "balapan-almaty_db" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _file => string(102) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pieces/footer.php" protected _data => array(1) ( "social" => object Database_MySQLi_Result(7)
"title" => string(53) "Өзін-өзі бағалау қорытындысы" ){ protected _internal_row => integer 0 protected _query => string(225) "SELECT `social`.`id` AS `id`, `social`.`title` AS `title`, `social`.`link` AS `link`, `social`.`sort` AS `sort`, `social`.`title …" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(12) "Model_Social" protected _object_params => NULL }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 } // End View
-
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_Amp_Pages(11)
{ public cache_instance => object Cache_Memcache(4)
{ protected _memcache => object Memcache(2)
public template => object View(2){ public connection => resource(memcache connection) public _failureCallback => array(2) ( 0 => object Cache_Memcache(4) { *RECURSION* } 1 => string(15) "_failed_request" ) }
protected _flags => bool FALSE protected _default_config => array(9) ( "host" => string(9) "localhost" "port" => integer 11211 "persistent" => bool FALSE "weight" => integer 1 "timeout" => integer 1 "retry_interval" => integer 15 "status" => bool TRUE "instant_death" => bool TRUE "failure_callback" => array(2) ( 0 => object Cache_Memcache(4) { *RECURSION* } 1 => string(15) "_failed_request" ) ) protected _config => array(4) ( "driver" => string(8) "memcache" "default_expire" => integer 8000 "servers" => array(1) ( 0 => array(3) ( "host" => string(9) "127.0.0.1" "port" => integer 11211 "persistent" => bool FALSE ) ) "compression" => bool FALSE ) }{ protected _file => string(100) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/layout/main.php" protected _data => array(4) ( "header" => object View(2)
public session => object Session_Native(5){ protected _file => string(102) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pieces/header.php" protected _data => array(2) ( "menu" => object Database_MySQLi_Result(7)
"content" => object View(2){ protected _internal_row => integer 14 protected _query => string(297) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`color` AS `color`, `menu`. …" protected _result => object mysqli_result(5)
"active_languages" => array(1) ( "kz" => array(2) ( "title" => string(14) "Қазақша" "visible_name" => string(6) "Қаз" ) ) ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 14 protected _current_row => integer 14 protected _as_object => string(10) "Model_Menu" protected _object_params => NULL }{ protected _file => string(99) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pages/page.php" protected _data => array(3) ( "page" => object Model_Pages(34)
"footer" => object View(2){ protected _table_name => string(5) "pages" protected _has_one => array(1) ( "menu" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Menu" ) ) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(18) ( "id" => string(2) "26" "title" => string(20) "Самооценка" "author" => string(0) "" "text" => string(3614) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "text_short" => string(0) "" "link" => string(11) "samootsenka" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1691752702" "modified_time" => string(10) "1691752702" "title_kz" => string(53) "Өзін-өзі бағалау қорытындысы" "text_short_kz" => string(172) "<p><span style="font-size:8px;">Ө</span></p> <div id="gtx-trans" style="position: absolute; left: 16px; top: 3.31945px;"> <div …" "text_kz" => string(4248) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" ) protected _changed => array(0) protected _original_values => array(18) ( "id" => string(2) "26" "title" => string(20) "Самооценка" "author" => string(0) "" "text" => string(3614) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "text_short" => string(0) "" "link" => string(11) "samootsenka" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1691752702" "modified_time" => string(10) "1691752702" "title_kz" => string(53) "Өзін-өзі бағалау қорытындысы" "text_short_kz" => string(172) "<p><span style="font-size:8px;">Ө</span></p> <div id="gtx-trans" style="position: absolute; left: 16px; top: 3.31945px;"> <div …" "text_kz" => string(4248) "<style type="text/css">body { color: black; } table { border: 10px solid #4169E1; …" "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "pages" protected _object_plural => string(7) "pageses" protected _table_columns => array(18) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(23) "Без названия" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "author" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "author" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "text" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "text_short" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "sort" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "creation_time" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "creation_time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "modified_time" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "modified_time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "title_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short_kz" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "text_short_kz" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_kz" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "text_kz" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_title_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_keywords_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description_kz" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "meta_description_kz" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "26" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"categories" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "657d2f84891bf1f5549fef13a58edbe7b0482357" protected _identifier => string(1) "`" public last_query => string(739) "SELECT `pages`.`id` AS `id`, `pages`.`title` AS `title`, `pages`.`author` AS `author`, `pages`.`text` AS `text`, `pages`.`text_s …" 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) "pages" }{ 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(17) "balapan-almaty_db" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _internal_row => integer 0 protected _query => string(620) "SELECT `carticles`.`id` AS `id`, `carticles`.`category_id` AS `category_id`, `carticles`.`title` AS `title`, `carticles`.`link` …" protected _result => object mysqli_result(5)
"map" => object Model_Maps(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(15) "Model_Carticles" protected _object_params => NULL }{ protected _table_name => string(10) "map_places" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(38) "43.25088976157141,76.89499198240898:17" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(38) "43.25088976157141,76.89499198240898:17" ) 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) "maps" protected _object_plural => string(6) "mapses" protected _table_columns => array(4) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb3_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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "coordinates" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "coordinates" "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(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "5" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "657d2f84891bf1f5549fef13a58edbe7b0482357" protected _identifier => string(1) "`" public last_query => string(739) "SELECT `pages`.`id` AS `id`, `pages`.`title` AS `title`, `pages`.`author` AS `author`, `pages`.`text` AS `text`, `pages`.`text_s …" 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) "maps" }{ 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(17) "balapan-almaty_db" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _file => string(102) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/application/views/template_amp/pieces/footer.php" protected _data => array(1) ( "social" => object Database_MySQLi_Result(7)
"title" => string(53) "Өзін-өзі бағалау қорытындысы" ) }{ protected _internal_row => integer 0 protected _query => string(225) "SELECT `social`.`id` AS `id`, `social`.`title` AS `title`, `social`.`link` AS `link`, `social`.`sort` AS `sort`, `social`.`title …" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(12) "Model_Social" protected _object_params => NULL }{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
public config => object Config_Group(2){ public items_per_page => integer 10 public files_dir => string(75) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/static/uploads/files/" }
public config_d => array(28) ( "hostname" => string(12) "smtp.mail.ru" "username" => string(13) "info@zuber.kz" "password" => string(9) "tsonic310" "port" => string(3) "465" "encryption" => string(3) "ssl" "inbox" => string(10) "eokz@bk.ru" "fb_app_id" => string(0) "" "fb_app_secret" => string(0) "" "fb_access_token" => string(0) "" "fb_group_id" => string(0) "" "vk_app_id" => string(0) "" "vk_app_secret" => string(0) "" "vk_access_token" => string(0) "" "vk_user_id" => string(0) "" "vk_group_id" => string(0) "" "twitter_consumer_key" => string(0) "" "twitter_consumer_secret" => string(0) "" "twitter_access_token" => string(0) "" "twitter_access_token_secret" => string(0) "" "twitter_owner" => string(0) "" "twitter_owner_id" => string(0) "" "twitter_app_id" => string(0) "" "epay_test_mode" => string(1) "1" "boss_password" => string(8) "Aa123456" "robokassa_merchant_login" => string(0) "" "robokassa_password_1" => string(0) "" "robokassa_test_mode" => string(1) "1" "robokassa_password_2" => string(0) "" ) public text => array(80) ( "osnovnoj_meta_title" => string(41) "«Балапан» балабақшасы" "osnovnie_klyuchevie_slova" => string(9) "Undefined" "osnovnoj_meta_description" => string(9) "Undefined" "nazvanie_sajta" => string(41) "«Балапан» балабақшасы" "slogan" => string(9) "Undefined" "yanvar" => string(9) "Undefined" "fevral" => string(9) "Undefined" "mart" => string(9) "Undefined" "aprel" => string(9) "Undefined" "maj" => string(9) "Undefined" "iyun" => string(9) "Undefined" "iyul" => string(9) "Undefined" "avgust" => string(9) "Undefined" "sentyabr" => string(9) "Undefined" "oktyabr" => string(9) "Undefined" "noyabr" => string(9) "Undefined" "dekabr" => string(9) "Undefined" "tekst_vashe_imya" => string(9) "Undefined" "tekst_vash_email" => string(9) "Undefined" "tekst_vash_telefon" => string(9) "Undefined" "tekst_tekst_soobshcheniya" => string(9) "Undefined" "tekst_otpravit" => string(9) "Undefined" "tekst_proverte_pravilnost_zapolneniya_videlennih_polej" => string(9) "Undefined" "tekst_vash_zapros_prinyat" => string(9) "Undefined" "tekst_kod_s_kartinki" => string(9) "Undefined" "tekst_stranitsa_ne_najdena" => string(9) "Undefined" "tekst_vernutsya_na_glavnuyu" => string(9) "Undefined" "tekst_chto-to_poshlo_ne_tak" => string(9) "Undefined" "tekst_predidushchaya" => string(9) "Undefined" "tekst_sleduyushchaya" => string(9) "Undefined" "tekst_glavnaya_stranitsa" => string(17) "Басты бет" "tekst_tg." => string(9) "Undefined" "tekst_net_zapisej_dlya_otobrazheniya_v_etom_vide" => string(9) "Undefined" "tekst_obnovit" => string(9) "Undefined" "tekst_etot_adres_elektronnoj_pochti_uzhe_ispolzuetsya" => string(9) "Undefined" "tekst_vvedite_parol" => string(9) "Undefined" "tekst_vojti" => string(9) "Undefined" "tekst_obratnaya_svyaz" => string(9) "Undefined" "tekst_registratsiya_uspeshno_zavershena" => string(9) "Undefined" "tekst_soobshchenie_sajta" => string(9) "Undefined" "tekst_zakrit" => string(9) "Undefined" "tekst_idyot_zagruzka..." => string(9) "Undefined" "tekst_registratsiya_na_sajte" => string(9) "Undefined" "tekst_dlya_podtverzhdeniya_registratsii" => string(9) "Undefined" "tekst_esli_vi_ne_registrirovalis" => string(9) "Undefined" "tekst_perejti_k_oplate" => string(9) "Undefined" "tekst_platezh_uspeshno_proveden" => string(9) "Undefined" "tekst_oshibka_platezha" => string(9) "Undefined" "tekst_platezh_obrabativaetsya" => string(9) "Undefined" "tekst_avtorizatsiya" => string(9) "Undefined" "tekst_nevernij_parol" => string(9) "Undefined" "tekst_vijti" => string(9) "Undefined" "tekst_vvedite_login" => string(9) "Undefined" "telefon_kompanii" => string(16) "+7 701 700-39-58" "tekst-otmena" => string(9) "Undefined" "tekst-mi-v-sots.-setyah" => string(9) "Undefined" "tekst-sdelano-v-studii" => string(9) "Undefined" "tekst-kontaktnaya-informatsiya" => string(9) "Undefined" "telefon_kompanii-2" => string(16) "+7 747 450-06-79" "kontaktnij-email" => string(9) "Undefined" "adres-kompanii" => string(9) "Undefined" "tekst-zakazhite-obratnij-zvonok" => string(9) "Undefined" "tekst-i-mi-vam-perezvonim" => string(9) "Undefined" "tekst-menyu" => string(9) "Undefined" "tekst-poisk-po-sajtu" => string(9) "Undefined" "tekst-iskat" => string(9) "Undefined" "tekst-rezultati-poiska" => string(9) "Undefined" "tekst-zakazat-obratnij-zvonok" => string(9) "Undefined" "tekst-kategorii-statej" => string(9) "Undefined" "tekst-vashe-soobshchenie-uspeshno-otpravleno" => string(9) "Undefined" "tekst-galereya" => string(9) "Undefined" "tekst-otzivi" => string(9) "Undefined" "tekst-dobavit-otziv" => string(9) "Undefined" "tekst-otziv-dobavlen" => string(9) "Undefined" "telefon_kompanii-3" => string(16) "+7 705 130-40-27" "tekst-innovatsionnij-detskij-sad" => string(22) "Балабақшасы" "tekst-alisha-a" => string(18) "«Балапан»" "tekst-soobshchenie-sajta" => string(32) "Сообщение сайта kz" "kontakti-pod-kartinkoj" => string(289) "Бізге қонырау шалыңыз <a href='tel: +77022300000'>+7 702 230-00-00</a>, <a href='tel: +77078162204'>+7 707 816-22-04</a> немесе …" "zagolovok-nad-kartinkoj" => string(204) "<div class='main__title-orange' uk-scrollspy='cls: uk-animation-slide-top'>«Балапан»</div><div class='main__title-white' uk-scro …" ) public lang => string(2) "kz" public postfix => string(3) "_kz" public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(16) "amp/<lang>/<key>" protected _regex => array(1) ( "lang" => string(8) "[a-z]{2}" ) protected _defaults => array(4) ( "directory" => string(3) "Amp" "controller" => string(5) "Pages" "action" => string(5) "Index" "key" => string(0) "" ) protected _route_regex => string(50) "#^amp/(?P<lang>[a-z]{2})/(?P<key>[^/.,;?\n]++)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(3) "Amp" protected _controller => string(5) "Pages" protected _action => string(5) "Index" protected _uri => string(18) "amp/kz/samootsenka" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "kz" "key" => string(11) "samootsenka" ) 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 => NULL }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/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(16) "amp/<lang>/<key>" protected _regex => array(1) ( "lang" => string(8) "[a-z]{2}" ) protected _defaults => array(4) ( "directory" => string(3) "Amp" "controller" => string(5) "Pages" "action" => string(5) "Index" "key" => string(0) "" ) protected _route_regex => string(50) "#^amp/(?P<lang>[a-z]{2})/(?P<key>[^/.,;?\n]++)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(3) "Amp" protected _controller => string(5) "Pages" protected _action => string(5) "Index" protected _uri => string(18) "amp/kz/samootsenka" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "kz" "key" => string(11) "samootsenka" ) 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 => NULL }109 $orig_response = $response = Response::factory(); 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 [ 990 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(16) "amp/<lang>/<key>" protected _regex => array(1) ( "lang" => string(8) "[a-z]{2}" ) protected _defaults => array(4) ( "directory" => string(3) "Amp" "controller" => string(5) "Pages" "action" => string(5) "Index" "key" => string(0) "" ) protected _route_regex => string(50) "#^amp/(?P<lang>[a-z]{2})/(?P<key>[^/.,;?\n]++)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(3) "Amp" protected _controller => string(5) "Pages" protected _action => string(5) "Index" protected _uri => string(18) "amp/kz/samootsenka" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "kz" "key" => string(11) "samootsenka" ) 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) }
}985 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 986 ':uri' => $this->_uri, 987 )); 988 } 989 990 return $this->_client->execute($this); 991 } 992 993 /** 994 * Returns whether this request is the initial request Kohana received. 995 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 130 ] » Kohana_Request->execute()
125 /** 126 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 127 * If no source is specified, the URI will be automatically detected. 128 */ 129 echo Request::factory(TRUE, array(), FALSE) 130 ->execute() 131 ->send_headers(TRUE) 132 ->body(); 133 }
Environment
Included files (122)
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/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.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/imagefly/init.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/captcha/init.php |
MODPATH/esup/init.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.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 |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
APPPATH/classes/Controller/Amp/Pages.php |
APPPATH/classes/Controller/Amp/Common.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 |
MODPATH/cache/classes/Cache.php |
MODPATH/cache/classes/Kohana/Cache.php |
MODPATH/cache/config/cache.php |
APPPATH/config/cache.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/cache/classes/Cache/Memcache.php |
MODPATH/cache/classes/Kohana/Cache/Memcache.php |
MODPATH/cache/classes/Cache/Arithmetic.php |
MODPATH/cache/classes/Kohana/Cache/Arithmetic.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
APPPATH/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Site/Languages.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/Database.php |
MODPATH/database/classes/Kohana/Database.php |
MODPATH/database_mysqli/config/database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database_mysqli/classes/Database/MySQLi.php |
MODPATH/database_mysqli/classes/Database/MySQLi/Result.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.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 |
APPPATH/config/site.php |
APPPATH/classes/Model/Site/Settings.php |
APPPATH/classes/Model/Site/Text.php |
APPPATH/classes/Model/Site/Base.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
APPPATH/classes/Model/Menu.php |
APPPATH/classes/Model/Social.php |
APPPATH/classes/Model/Pages.php |
APPPATH/classes/Model/Carticles.php |
APPPATH/classes/Model/Maps.php |
APPPATH/views/template_amp/layout/main.php |
APPPATH/views/template_amp/pieces/header.php |
APPPATH/views/template_amp/pages/page.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
SYSPATH/classes/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
Loaded extensions (54)
Core |
date |
ereg |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bz2 |
calendar |
ctype |
hash |
fileinfo |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
pcntl |
session |
standard |
readline |
Reflection |
Phar |
shmop |
SimpleXML |
sockets |
mbstring |
tokenizer |
xml |
cgi-fcgi |
mysqlnd |
PDO |
curl |
dom |
gd |
intl |
json |
exif |
mcrypt |
memcache |
memcached |
mysql |
mysqli |
pdo_mysql |
soap |
ssh2 |
xmlreader |
xmlrpc |
xmlwriter |
zip |
mhash |
Zend OPcache |
$_SERVER
USER |
string(17) "balapan-almaty.kz" |
HOME |
string(31) "/var/www/balapan-almaty.kz/data" |
FCGI_ROLE |
string(9) "RESPONDER" |
PHP_ADMIN_VALUE |
string(71) "sendmail_path = /usr/sbin/sendmail -t -i -f webmaster@balapan-almaty.kz" |
QUERY_STRING |
string(0) "" |
REQUEST_METHOD |
string(3) "GET" |
CONTENT_TYPE |
string(0) "" |
CONTENT_LENGTH |
string(0) "" |
SCRIPT_NAME |
string(10) "/index.php" |
REQUEST_URI |
string(19) "/amp/kz/samootsenka" |
DOCUMENT_URI |
string(10) "/index.php" |
DOCUMENT_ROOT |
string(53) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz" |
SERVER_PROTOCOL |
string(8) "HTTP/2.0" |
REQUEST_SCHEME |
string(5) "https" |
HTTPS |
string(2) "on" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_SOFTWARE |
string(12) "nginx/1.26.1" |
REMOTE_ADDR |
string(12) "3.137.198.25" |
REMOTE_PORT |
string(5) "49957" |
SERVER_ADDR |
string(14) "46.226.123.110" |
SERVER_PORT |
string(3) "443" |
SERVER_NAME |
string(17) "balapan-almaty.kz" |
REDIRECT_STATUS |
string(3) "200" |
SCRIPT_FILENAME |
string(63) "/var/www/balapan-almaty.kz/data/www/balapan-almaty.kz/index.php" |
HTTP_HOST |
string(17) "balapan-almaty.kz" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1746338666.3252 |
REQUEST_TIME |
integer 1746338666 |