DOCROOT/user_modules/template/vendor/Twig/Loader/Filesystem.php [ 198 ]
193 if (is_file($path.'/'.$name)) {
194 return $this->cache[$name] = $path.'/'.$name;
195 }
196 }
197
198 throw new Twig_Error_Loader(sprintf('Unable to find template "%s" (looked into: %s).', $name, implode(', ', $this->paths[$namespace])));
199 }
200
201 protected function validateName($name)
202 {
203 if (false !== strpos($name, "\0")) {
-
DOCROOT/user_modules/template/vendor/Twig/Loader/Filesystem.php [ 134 ] » Twig_Loader_Filesystem->findTemplate(arguments)
0
string(27) "multimedia/get_podcast.twig"
129 /** 130 * {@inheritdoc} 131 */ 132 public function getCacheKey($name) 133 { 134 return $this->findTemplate($name); 135 } 136 137 /** 138 * {@inheritdoc} 139 */
-
DOCROOT/user_modules/template/vendor/Twig/Environment.php [ 267 ] » Twig_Loader_Filesystem->getCacheKey(arguments)
0
string(27) "multimedia/get_podcast.twig"
262 * 263 * @return string The template class name 264 */ 265 public function getTemplateClass($name, $index = null) 266 { 267 return $this->templateClassPrefix.md5($this->getLoader()->getCacheKey($name)).(null === $index ? '' : '_'.$index); 268 } 269 270 /** 271 * Gets the template class prefix. 272 *
-
DOCROOT/user_modules/template/vendor/Twig/Environment.php [ 314 ] » Twig_Environment->getTemplateClass(arguments)
0
string(27) "multimedia/get_podcast.twig"
1
NULL
309 * 310 * @return Twig_TemplateInterface A template instance representing the given template name 311 */ 312 public function loadTemplate($name, $index = null) 313 { 314 $cls = $this->getTemplateClass($name, $index); 315 316 if (isset($this->loadedTemplates[$cls])) { 317 return $this->loadedTemplates[$cls]; 318 } 319
-
DOCROOT/user_modules/template/classes/Kohana/Kotwig/View.php [ 19 ] » Twig_Environment->loadTemplate(arguments)
0
string(27) "multimedia/get_podcast.twig"
14 15 protected static function capture($kohana_view_filename, array $kohana_view_data) 16 { 17 return Kotwig::instance() 18 ->twig 19 ->loadTemplate($kohana_view_filename) 20 ->render(array_merge($kohana_view_data, View::$_global_data)); 21 } 22 23 public function set_filename($file) 24 {
-
DOCROOT/user_modules/template/classes/Kohana/Kotwig/View.php [ 57 ] » Kohana_Kotwig_View::capture(arguments)
0
string(27) "multimedia/get_podcast.twig"
1
array(24) ( "_remote_server" => string(14) "192.168.88.100" "_remote_serverH" => string(14) "18.232.177.219" "helper" => object Helper(0)
{ }
"_language" => string(2) "en" "device" => bool FALSE "uri" => string(25) "en/multimedia/get_podcast" "_isMobile" => integer 0 "_metadata" => object Model_Metadata_Metadata(3){ public title => string(28) "Multimedia | Literary portal" public description => string(100) "Welcome to the world of literature! Read it. Listen to it. Keep an eye on it. Take part. Stay tuned!" public charset => string(5) "utf-8" }
"_token" => string(40) "c5f29fe9ebdc37ebca0e4bd76326b592398e0470" "_return" => string(10) "multimedia" "admin_mode" => bool FALSE "_user" => NULL "main_banner" => object Model_Banner(36){ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) 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) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" 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) "56" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"bottom_banners" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(512) "SELECT `banner`.`id` AS `id`, `banner`.`link_ru` AS `link_ru`, `banner`.`link_en` AS `link_en`, `banner`.`link_kz` AS `link_kz`, …" protected _result => object mysqli_result(5)
"nofollowlink" => string(20) "/en/multimedia/audio" "horiz_banner" => object Model_Banner(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Banner" protected _object_params => NULL }{ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "link_ru" => NULL "link_en" => NULL "link_kz" => NULL "date" => NULL "priority" => NULL "location" => NULL "image_ru" => NULL "image_en" => NULL "image_kz" => NULL "published" => NULL "type" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"soon_authors" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(718) "SELECT DATE_FORMAT(birthday, '%d.%m') as birth_day, `author`.`id` AS `id`, `author`.`image` AS `image`, `author`.`name_ru` AS `n …" protected _result => object mysqli_result(5)
"submenu_news" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Author" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(526) "SELECT `news_category`.`id` AS `id`, `news_category`.`key` AS `key`, `news_category`.`parent_id` AS `parent_id`, `news_category` …" protected _result => object mysqli_result(5)
"submenu_spec" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 18 protected _current_row => integer 0 protected _as_object => string(19) "Model_News_Category" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(521) "SELECT `specproject`.`id` AS `id`, `specproject`.`title_ru` AS `title_ru`, `specproject`.`title_en` AS `title_en`, `specproject` …" protected _result => object mysqli_result(5)
"model" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(17) "Model_Specproject" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(904) "SELECT `photoset`.`id` AS `id`, `photoset`.`category_id` AS `category_id`, `photoset`.`name_ru` AS `name_ru`, `photoset`.`name_k …" protected _result => object mysqli_result(5)
"paginate" => string(1467) " <script type="text/javascript"> $(document).ready(function() { // $('#in-pagination').css('left', Math.round( …" "sorry" => string(0) "" "categories" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 9 protected _current_row => integer 0 protected _as_object => string(14) "Model_Photoset" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" protected _result => object mysqli_result(5)
"category_id" => integer 0 ){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Photosets_Category" protected _object_params => NULL }52 { 53 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 54 } 55 56 // Combine local and global data and capture the output 57 return Kotwig_View::capture($this->_file, $this->_data); 58 } 59 }
-
DOCROOT/user_modules/template/classes/Kohana/Controller/Kotwig.php [ 65 ] » Kohana_Kotwig_View->render()
60 if ($this->template->get_filename() == null) 61 { 62 $this->template->set_filename(strtolower($this->default_template)); 63 } 64 $this->template->set($this->vars); 65 $this->response->body($this->template->render()); 66 } 67 68 } // End Controller_Kotwig
-
APPPATH/classes/Controller/Core.php [ 290 ] » Kohana_Controller_Kotwig->after()
285 return $this; 286 } 287 288 public function after() 289 { 290 parent::after(); 291 292 $text = $this->response->__toString(); 293 $text = str_replace('ә', 'ә', $text); // фикс, а то шрифт не корректно с другим символом отображается. 294 $text = str_replace('Ә', 'Ә', $text); // фикс, а то шрифт не корректно с другим символом отображается. 295 $this->response->body($text);
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Core->after()
79 80 // Execute the action itself 81 $this->{$action}(); 82 83 // Execute the "after action" method 84 $this->after(); 85 86 // Return the response 87 return $this->response; 88 } 89
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Multimedia(13)
{ protected language => string(2) "en" protected user => NULL protected metadata => object Model_Metadata_Metadata(3)
{ public title => string(28) "Multimedia | Literary portal" public description => string(100) "Welcome to the world of literature! Read it. Listen to it. Keep an eye on it. Take part. Stay tuned!" public charset => string(5) "utf-8" }
protected breadcumbs => array(1) ( 0 => array(2) ( "title" => string(10) "Multimedia" "url" => string(1) "/" ) ) protected breadcrumbList => array(1) ( 0 => array(2) ( "title" => string(10) "Multimedia" "url" => string(10) "multimedia" ) ) protected device => bool FALSE protected template => object Kotwig_View(2){ protected _file => string(27) "multimedia/get_podcast.twig" protected _data => array(24) ( "_remote_server" => string(14) "192.168.88.100" "_remote_serverH" => string(14) "18.232.177.219" "helper" => object Helper(0)
protected default_template => string(22) "Multimedia/get_podcast" protected vars => array(24) ( "_remote_server" => string(14) "192.168.88.100" "_remote_serverH" => string(14) "18.232.177.219" "helper" => object Helper(0){ }
"_language" => string(2) "en" "device" => bool FALSE "uri" => string(25) "en/multimedia/get_podcast" "_isMobile" => integer 0 "_metadata" => object Model_Metadata_Metadata(3){ public title => string(28) "Multimedia | Literary portal" public description => string(100) "Welcome to the world of literature! Read it. Listen to it. Keep an eye on it. Take part. Stay tuned!" public charset => string(5) "utf-8" }
"_token" => string(40) "c5f29fe9ebdc37ebca0e4bd76326b592398e0470" "_return" => string(10) "multimedia" "admin_mode" => bool FALSE "_user" => NULL "main_banner" => object Model_Banner(36){ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) 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) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" 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) "56" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"bottom_banners" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(512) "SELECT `banner`.`id` AS `id`, `banner`.`link_ru` AS `link_ru`, `banner`.`link_en` AS `link_en`, `banner`.`link_kz` AS `link_kz`, …" protected _result => object mysqli_result(5)
"nofollowlink" => string(20) "/en/multimedia/audio" "horiz_banner" => object Model_Banner(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Banner" protected _object_params => NULL }{ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "link_ru" => NULL "link_en" => NULL "link_kz" => NULL "date" => NULL "priority" => NULL "location" => NULL "image_ru" => NULL "image_en" => NULL "image_kz" => NULL "published" => NULL "type" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"soon_authors" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(718) "SELECT DATE_FORMAT(birthday, '%d.%m') as birth_day, `author`.`id` AS `id`, `author`.`image` AS `image`, `author`.`name_ru` AS `n …" protected _result => object mysqli_result(5)
"submenu_news" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Author" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(526) "SELECT `news_category`.`id` AS `id`, `news_category`.`key` AS `key`, `news_category`.`parent_id` AS `parent_id`, `news_category` …" protected _result => object mysqli_result(5)
"submenu_spec" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 18 protected _current_row => integer 0 protected _as_object => string(19) "Model_News_Category" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(521) "SELECT `specproject`.`id` AS `id`, `specproject`.`title_ru` AS `title_ru`, `specproject`.`title_en` AS `title_en`, `specproject` …" protected _result => object mysqli_result(5)
"model" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(17) "Model_Specproject" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(904) "SELECT `photoset`.`id` AS `id`, `photoset`.`category_id` AS `category_id`, `photoset`.`name_ru` AS `name_ru`, `photoset`.`name_k …" protected _result => object mysqli_result(5)
"paginate" => string(1467) " <script type="text/javascript"> $(document).ready(function() { // $('#in-pagination').css('left', Math.round( …" "sorry" => string(0) "" "categories" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 9 protected _current_row => integer 0 protected _as_object => string(14) "Model_Photoset" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" protected _result => object mysqli_result(5)
"category_id" => integer 0 ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Photosets_Category" protected _object_params => NULL }{ }
"_language" => string(2) "en" "device" => bool FALSE "uri" => string(25) "en/multimedia/get_podcast" "_isMobile" => integer 0 "_metadata" => object Model_Metadata_Metadata(3){ public title => string(28) "Multimedia | Literary portal" public description => string(100) "Welcome to the world of literature! Read it. Listen to it. Keep an eye on it. Take part. Stay tuned!" public charset => string(5) "utf-8" }
"_token" => string(40) "c5f29fe9ebdc37ebca0e4bd76326b592398e0470" "_return" => string(10) "multimedia" "admin_mode" => bool FALSE "_user" => NULL "main_banner" => object Model_Banner(36){ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) 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) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" 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) "56" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"bottom_banners" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(512) "SELECT `banner`.`id` AS `id`, `banner`.`link_ru` AS `link_ru`, `banner`.`link_en` AS `link_en`, `banner`.`link_kz` AS `link_kz`, …" protected _result => object mysqli_result(5)
"nofollowlink" => string(20) "/en/multimedia/audio" "horiz_banner" => object Model_Banner(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Banner" protected _object_params => NULL }{ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "link_ru" => NULL "link_en" => NULL "link_kz" => NULL "date" => NULL "priority" => NULL "location" => NULL "image_ru" => NULL "image_en" => NULL "image_kz" => NULL "published" => NULL "type" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"soon_authors" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(718) "SELECT DATE_FORMAT(birthday, '%d.%m') as birth_day, `author`.`id` AS `id`, `author`.`image` AS `image`, `author`.`name_ru` AS `n …" protected _result => object mysqli_result(5)
"submenu_news" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Author" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(526) "SELECT `news_category`.`id` AS `id`, `news_category`.`key` AS `key`, `news_category`.`parent_id` AS `parent_id`, `news_category` …" protected _result => object mysqli_result(5)
"submenu_spec" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 18 protected _current_row => integer 0 protected _as_object => string(19) "Model_News_Category" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(521) "SELECT `specproject`.`id` AS `id`, `specproject`.`title_ru` AS `title_ru`, `specproject`.`title_en` AS `title_en`, `specproject` …" protected _result => object mysqli_result(5)
"model" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(17) "Model_Specproject" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(904) "SELECT `photoset`.`id` AS `id`, `photoset`.`category_id` AS `category_id`, `photoset`.`name_ru` AS `name_ru`, `photoset`.`name_k …" protected _result => object mysqli_result(5)
"paginate" => string(1467) " <script type="text/javascript"> $(document).ready(function() { // $('#in-pagination').css('left', Math.round( …" "sorry" => string(0) "" "categories" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 9 protected _current_row => integer 0 protected _as_object => string(14) "Model_Photoset" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" protected _result => object mysqli_result(5)
"category_id" => integer 0 ) public request => object Request(19){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Photosets_Category" protected _object_params => NULL }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => NULL protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(52) "<language>(/<controller>(/<action>(/(<sef>)__<id>)))" protected _regex => array(3) ( "language" => string(10) "(ru|kz|en)" "sef" => string(7) "([^/]+)" "id" => string(5) "(\d+)" ) protected _defaults => array(2) ( "controller" => string(7) "welcome" "action" => string(5) "index" ) protected _route_regex => string(136) "#^(?P<language>(ru|kz|en))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?:(?P<sef>([^/]+)))?__(?P<id>(\d+)))? …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Multimedia" protected _action => string(11) "get_podcast" protected _uri => string(25) "en/multimedia/get_podcast" protected _external => bool FALSE protected _params => array(1) ( "language" => string(2) "en" ) 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(1)
public folder_template => string(0) "" public auto_render => bool FALSE }{ public cache-control => string(7) "private" }
protected _body => string(25) "multimedia/get_photoalbom" 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 => NULL protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(52) "<language>(/<controller>(/<action>(/(<sef>)__<id>)))" protected _regex => array(3) ( "language" => string(10) "(ru|kz|en)" "sef" => string(7) "([^/]+)" "id" => string(5) "(\d+)" ) protected _defaults => array(2) ( "controller" => string(7) "welcome" "action" => string(5) "index" ) protected _route_regex => string(136) "#^(?P<language>(ru|kz|en))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?:(?P<sef>([^/]+)))?__(?P<id>(\d+)))? …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Multimedia" protected _action => string(11) "get_podcast" protected _uri => string(25) "en/multimedia/get_podcast" protected _external => bool FALSE protected _params => array(1) ( "language" => string(2) "en" ) 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(1)
{ public cache-control => string(7) "private" }
protected _body => string(25) "multimedia/get_photoalbom" 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 => NULL protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(52) "<language>(/<controller>(/<action>(/(<sef>)__<id>)))" protected _regex => array(3) ( "language" => string(10) "(ru|kz|en)" "sef" => string(7) "([^/]+)" "id" => string(5) "(\d+)" ) protected _defaults => array(2) ( "controller" => string(7) "welcome" "action" => string(5) "index" ) protected _route_regex => string(136) "#^(?P<language>(ru|kz|en))(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?:(?P<sef>([^/]+)))?__(?P<id>(\d+)))? …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Multimedia" protected _action => string(11) "get_podcast" protected _uri => string(25) "en/multimedia/get_podcast" protected _external => bool FALSE protected _params => array(1) ( "language" => string(2) "en" ) 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.
-
APPPATH/classes/Controller/Multimedia.php [ 21 ] » Kohana_Request->execute()
16 $genre_id = (int)$this->request->query('genre'); 17 $category_id = (int)$this->request->query('cat'); 18 $photogallery = Request::factory($this->language . '/multimedia/get_photoalbom' . ($category_id ? '?cat=' . $category_id : ''))->execute(); 19 $videogallery = Request::factory($this->language . '/multimedia/get_video' . ($category_id ? '?cat=' . $category_id : ''))->execute(); 20 $audiogallery = Request::factory($this->language . '/multimedia/get_audio' . ($genre_id ? '?genre=' . $genre_id : ''))->execute(); 21 $podcastgallery = Request::factory($this->language . '/multimedia/get_podcast')->execute(); 22 // $podcastgallery = Request::factory($this->language.'/multimedia/get_podcast' . ($genre_id ? '?genre='.$genre_id : ''))->execute(); 23 24 $this->set('photogallery', $photogallery); 25 $this->set('videogallery', $videogallery); 26 $this->set('audiogallery', $audiogallery);
-
SYSPATH/classes/Kohana/Controller.php [ 81 ] » Controller_Multimedia->action_index()
76 { 77 throw HTTP_Exception::factory(404,'The requested URL :uri was not found on this server.', array(':uri' => $this->request->uri()))->request($this->request); 78 } 79 80 // Execute the action itself 81 $this->{$action}(); 82 83 // Execute the "after action" method 84 $this->after(); 85 86 // Return the response
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Multimedia(12)
{ protected language => string(2) "en" protected user => NULL protected metadata => object Model_Metadata_Metadata(3)
{ public title => string(15) "Literary portal" public description => string(100) "Welcome to the world of literature! Read it. Listen to it. Keep an eye on it. Take part. Stay tuned!" public charset => string(5) "utf-8" }
protected breadcumbs => array(0) protected breadcrumbList => array(0) protected device => bool FALSE protected template => object Kotwig_View(2){ protected _file => NULL protected _data => array(0) }
protected default_template => string(16) "Multimedia/index" protected vars => array(19) ( "_remote_server" => string(14) "192.168.88.100" "_remote_serverH" => string(14) "18.232.177.219" "helper" => object Helper(0){ }
"_language" => string(2) "en" "device" => bool FALSE "uri" => string(19) "en/multimedia/audio" "_isMobile" => integer 0 "_metadata" => object Model_Metadata_Metadata(3){ public title => string(15) "Literary portal" public description => string(100) "Welcome to the world of literature! Read it. Listen to it. Keep an eye on it. Take part. Stay tuned!" public charset => string(5) "utf-8" }
"_token" => string(40) "c5f29fe9ebdc37ebca0e4bd76326b592398e0470" "_return" => string(10) "multimedia" "admin_mode" => bool FALSE "_user" => NULL "main_banner" => object Model_Banner(36){ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(2) "56" "link_ru" => string(43) "https://adebiportal.kz/ru/news/category/159" "link_en" => string(30) "https://adebiportal.kz/en/news" "link_kz" => string(43) "https://adebiportal.kz/kz/news/category/158" "date" => string(19) "2019-03-04 18:41:00" "priority" => string(1) "1" "location" => string(3) "top" "image_ru" => string(5) "70489" "image_en" => string(5) "69926" "image_kz" => string(5) "69927" "published" => string(1) "1" "type" => string(8) "external" ) 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) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" 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) "56" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"bottom_banners" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(512) "SELECT `banner`.`id` AS `id`, `banner`.`link_ru` AS `link_ru`, `banner`.`link_en` AS `link_en`, `banner`.`link_kz` AS `link_kz`, …" protected _result => object mysqli_result(5)
"nofollowlink" => string(20) "/en/multimedia/audio" "horiz_banner" => object Model_Banner(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Banner" protected _object_params => NULL }{ protected _i18n_fields => array(2) ( 0 => string(4) "link" 1 => string(5) "image" ) protected _belongs_to => array(3) ( "picture_ru" => array(3) ( "foreign_key" => string(8) "image_ru" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_kz" => array(3) ( "foreign_key" => string(8) "image_kz" "model" => string(7) "Storage" "far_key" => string(2) "id" ) "picture_en" => array(3) ( "foreign_key" => string(8) "image_en" "model" => string(7) "Storage" "far_key" => string(2) "id" ) ) protected _table_columns => array(12) ( "id" => array(0) "link_ru" => array(0) "link_en" => array(0) "link_kz" => array(0) "date" => array(0) "priority" => array(0) "location" => array(0) "image_ru" => array(0) "image_en" => array(0) "image_kz" => array(0) "published" => array(0) "type" => array(0) ) protected _log_fields => array(0) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => NULL "link_ru" => NULL "link_en" => NULL "link_kz" => NULL "date" => NULL "priority" => NULL "location" => NULL "image_ru" => NULL "image_en" => NULL "image_kz" => NULL "published" => NULL "type" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "banner" protected _object_plural => string(7) "banners" protected _table_name => string(7) "banners" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"soon_authors" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "62de168c645255283193939a148b2ef373290a2a" protected _identifier => string(1) "`" public last_query => string(249) "SELECT `photosets_category`.`id` AS `id`, `photosets_category`.`name_ru` AS `name_ru`, `photosets_category`.`name_kz` AS `name_k …" 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) "banner" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(14) "192.168.88.209" "database" => string(4) "test" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(718) "SELECT DATE_FORMAT(birthday, '%d.%m') as birth_day, `author`.`id` AS `id`, `author`.`image` AS `image`, `author`.`name_ru` AS `n …" protected _result => object mysqli_result(5)
"submenu_news" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Author" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(526) "SELECT `news_category`.`id` AS `id`, `news_category`.`key` AS `key`, `news_category`.`parent_id` AS `parent_id`, `news_category` …" protected _result => object mysqli_result(5)
"submenu_spec" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 18 protected _current_row => integer 0 protected _as_object => string(19) "Model_News_Category" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(521) "SELECT `specproject`.`id` AS `id`, `specproject`.`title_ru` AS `title_ru`, `specproject`.`title_en` AS `title_en`, `specproject` …" protected _result => object mysqli_result(5)
) public request => object Request(19){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(17) "Model_Specproject" protected _object_params => NULL }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(44) "<language>/multimedia(/<type>)(/page-<page>)" protected _regex => array(3) ( "language" => string(10) "(ru|kz|en)" "page" => string(5) "(\d+)" "type" => string(19) "(photo|video|audio)" ) protected _defaults => array(3) ( "controller" => string(10) "multimedia" "action" => string(5) "index" "type" => string(5) "photo" ) protected _route_regex => string(102) "#^(?P<language>(ru|kz|en))/multimedia(?:/(?P<type>(photo|video|audio)))?(?:/page-(?P<page>(\d+)))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Multimedia" protected _action => string(5) "index" protected _uri => string(19) "en/multimedia/audio" protected _external => bool FALSE protected _params => array(2) ( "language" => string(2) "en" "type" => string(5) "audio" ) 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(1)
public folder_template => string(0) "" }{ public cache-control => string(7) "private" }
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/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(44) "<language>/multimedia(/<type>)(/page-<page>)" protected _regex => array(3) ( "language" => string(10) "(ru|kz|en)" "page" => string(5) "(\d+)" "type" => string(19) "(photo|video|audio)" ) protected _defaults => array(3) ( "controller" => string(10) "multimedia" "action" => string(5) "index" "type" => string(5) "photo" ) protected _route_regex => string(102) "#^(?P<language>(ru|kz|en))/multimedia(?:/(?P<type>(photo|video|audio)))?(?:/page-(?P<page>(\d+)))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Multimedia" protected _action => string(5) "index" protected _uri => string(19) "en/multimedia/audio" protected _external => bool FALSE protected _params => array(2) ( "language" => string(2) "en" "type" => string(5) "audio" ) 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(1)
{ public cache-control => string(7) "private" }
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/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(44) "<language>/multimedia(/<type>)(/page-<page>)" protected _regex => array(3) ( "language" => string(10) "(ru|kz|en)" "page" => string(5) "(\d+)" "type" => string(19) "(photo|video|audio)" ) protected _defaults => array(3) ( "controller" => string(10) "multimedia" "action" => string(5) "index" "type" => string(5) "photo" ) protected _route_regex => string(102) "#^(?P<language>(ru|kz|en))/multimedia(?:/(?P<type>(photo|video|audio)))?(?:/page-(?P<page>(\d+)))?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Multimedia" protected _action => string(5) "index" protected _uri => string(19) "en/multimedia/audio" protected _external => bool FALSE protected _params => array(2) ( "language" => string(2) "en" "type" => string(5) "audio" ) 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 [ 132 ] » Kohana_Request->execute()
127 /** 128 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 129 * If no source is specified, the URI will be automatically detected. 130 */ 131 echo Request::factory(TRUE, array(), FALSE) 132 ->execute() 133 ->send_headers(TRUE) 134 ->body(); 135 } 136 137 if (isset($_GET['t']))