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_en"
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_en"
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) "_en"
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(80) "/var/www/asthma/data/www/asthma.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(80) "/var/www/asthma/data/www/asthma.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(24) ( "id" => string(2) "47" "title" => string(23) "Наши спикеры" "author" => string(0) "" "text" => string(69) "<p><img src="/static/uploads/uploaded_files/speakers_rus.jpg" /></p> " "text_short" => string(0) "" "link" => string(13) "nashi-spikeri" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1485324739" "modified_time" => string(10) "1485324739" "title_kz" => string(31) "Біздің спикерлер" "text_short_kz" => string(0) "" "text_kz" => string(89) "<p><img src="/static/uploads/uploaded_files/43f84ae10d778465465d97c77c79cc7c.jpg" /></p> " "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" "title_en" => string(12) "Our speakers" "text_short_en" => string(0) "" "text_en" => string(89) "<p><img src="/static/uploads/uploaded_files/0a5bc6ff924bf4525b9eeb1414a47ee7.jpg" /></p> " "meta_title_en" => string(0) "" "meta_keywords_en" => string(0) "" "meta_description_en" => string(0) "" ) protected _changed => array(0) protected _original_values => array(24) ( "id" => string(2) "47" "title" => string(23) "Наши спикеры" "author" => string(0) "" "text" => string(69) "<p><img src="/static/uploads/uploaded_files/speakers_rus.jpg" /></p> " "text_short" => string(0) "" "link" => string(13) "nashi-spikeri" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1485324739" "modified_time" => string(10) "1485324739" "title_kz" => string(31) "Біздің спикерлер" "text_short_kz" => string(0) "" "text_kz" => string(89) "<p><img src="/static/uploads/uploaded_files/43f84ae10d778465465d97c77c79cc7c.jpg" /></p> " "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" "title_en" => string(12) "Our speakers" "text_short_en" => string(0) "" "text_en" => string(89) "<p><img src="/static/uploads/uploaded_files/0a5bc6ff924bf4525b9eeb1414a47ee7.jpg" /></p> " "meta_title_en" => string(0) "" "meta_keywords_en" => string(0) "" "meta_description_en" => 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(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(23) "Без названия" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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(15) "utf8_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(8) "16777215" "column_name" => string(4) "text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "creation_time" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "modified_time" => array(13) ( "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 "display" => string(2) "11" "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(15) "utf8_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(15) "utf8_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(8) "16777215" "column_name" => string(7) "text_kz" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_en" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "title_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "text_short_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(7) "text_en" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title_en" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_title_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords_en" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_keywords_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description_en" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "meta_description_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) 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) "47" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"categories" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "58489a0d97e873c2e0f292deff9c00b301d02555" protected _identifier => string(1) "`" public last_query => string(309) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(9) "asthma_db" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }
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" }{ protected _internal_row => integer 0 protected _query => string(820) "SELECT `carticles`.`id` AS `id`, `carticles`.`category_id` AS `category_id`, `carticles`.`title` AS `title`, `carticles`.`link` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(15) "Model_Carticles" protected _object_params => NULL }
"map" => object Model_Maps(34){ 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(39) "43.252944433044455,76.93121253294734:17" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(39) "43.252944433044455,76.93121253294734: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(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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(15) "utf8_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_MySQL(6)
){ protected _connection_id => string(40) "58489a0d97e873c2e0f292deff9c00b301d02555" protected _identifier => string(1) "`" public last_query => string(309) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(9) "asthma_db" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }
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" }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(81) "/var/www/asthma/data/www/asthma.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(81) "/var/www/asthma/data/www/asthma.kz/application/views/template_amp/layout/main.php"
1
array(4) ( "header" => object View(2)
{ protected _file => string(83) "/var/www/asthma/data/www/asthma.kz/application/views/template_amp/pieces/header.php" protected _data => array(2) ( "menu" => object Database_MySQL_Result(7)
"content" => object View(2){ protected _internal_row => integer 5 protected _query => string(303) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _result => resource(mysql result) protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(10) "Model_Menu" protected _object_params => NULL }
"active_languages" => array(2) ( "kz" => array(2) ( "title" => string(6) "Қаз" "visible_name" => string(6) "Қаз" ) "en" => array(2) ( "title" => string(3) "Eng" "visible_name" => string(3) "Eng" ) ) ) }{ protected _file => string(80) "/var/www/asthma/data/www/asthma.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(24) ( "id" => string(2) "47" "title" => string(23) "Наши спикеры" "author" => string(0) "" "text" => string(69) "<p><img src="/static/uploads/uploaded_files/speakers_rus.jpg" /></p> " "text_short" => string(0) "" "link" => string(13) "nashi-spikeri" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1485324739" "modified_time" => string(10) "1485324739" "title_kz" => string(31) "Біздің спикерлер" "text_short_kz" => string(0) "" "text_kz" => string(89) "<p><img src="/static/uploads/uploaded_files/43f84ae10d778465465d97c77c79cc7c.jpg" /></p> " "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" "title_en" => string(12) "Our speakers" "text_short_en" => string(0) "" "text_en" => string(89) "<p><img src="/static/uploads/uploaded_files/0a5bc6ff924bf4525b9eeb1414a47ee7.jpg" /></p> " "meta_title_en" => string(0) "" "meta_keywords_en" => string(0) "" "meta_description_en" => string(0) "" ) protected _changed => array(0) protected _original_values => array(24) ( "id" => string(2) "47" "title" => string(23) "Наши спикеры" "author" => string(0) "" "text" => string(69) "<p><img src="/static/uploads/uploaded_files/speakers_rus.jpg" /></p> " "text_short" => string(0) "" "link" => string(13) "nashi-spikeri" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1485324739" "modified_time" => string(10) "1485324739" "title_kz" => string(31) "Біздің спикерлер" "text_short_kz" => string(0) "" "text_kz" => string(89) "<p><img src="/static/uploads/uploaded_files/43f84ae10d778465465d97c77c79cc7c.jpg" /></p> " "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" "title_en" => string(12) "Our speakers" "text_short_en" => string(0) "" "text_en" => string(89) "<p><img src="/static/uploads/uploaded_files/0a5bc6ff924bf4525b9eeb1414a47ee7.jpg" /></p> " "meta_title_en" => string(0) "" "meta_keywords_en" => string(0) "" "meta_description_en" => 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(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(23) "Без названия" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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(15) "utf8_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(8) "16777215" "column_name" => string(4) "text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "creation_time" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "modified_time" => array(13) ( "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 "display" => string(2) "11" "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(15) "utf8_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(15) "utf8_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(8) "16777215" "column_name" => string(7) "text_kz" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_en" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "title_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "text_short_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(7) "text_en" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title_en" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_title_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords_en" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_keywords_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description_en" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "meta_description_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) 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) "47" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"categories" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "58489a0d97e873c2e0f292deff9c00b301d02555" protected _identifier => string(1) "`" public last_query => string(309) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(9) "asthma_db" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }
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" }{ protected _internal_row => integer 0 protected _query => string(820) "SELECT `carticles`.`id` AS `id`, `carticles`.`category_id` AS `category_id`, `carticles`.`title` AS `title`, `carticles`.`link` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(15) "Model_Carticles" protected _object_params => NULL }
"map" => object Model_Maps(34){ 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(39) "43.252944433044455,76.93121253294734:17" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(39) "43.252944433044455,76.93121253294734: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(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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(15) "utf8_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_MySQL(6)
) }{ protected _connection_id => string(40) "58489a0d97e873c2e0f292deff9c00b301d02555" protected _identifier => string(1) "`" public last_query => string(309) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(9) "asthma_db" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }
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" }{ protected _file => string(83) "/var/www/asthma/data/www/asthma.kz/application/views/template_amp/pieces/footer.php" protected _data => array(1) ( "social" => object Database_MySQL_Result(7)
"title" => string(12) "Our speakers" ){ protected _internal_row => integer 0 protected _query => string(293) "SELECT `social`.`id` AS `id`, `social`.`title` AS `title`, `social`.`link` AS `link`, `social`.`sort` AS `sort`, `social`.`title …" protected _result => resource(mysql result) protected _total_rows => integer 3 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(81) "/var/www/asthma/data/www/asthma.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(83) "/var/www/asthma/data/www/asthma.kz/application/views/template_amp/pieces/header.php" protected _data => array(2) ( "menu" => object Database_MySQL_Result(7)
"content" => object View(2){ protected _internal_row => integer 5 protected _query => string(303) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _result => resource(mysql result) protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(10) "Model_Menu" protected _object_params => NULL }
"active_languages" => array(2) ( "kz" => array(2) ( "title" => string(6) "Қаз" "visible_name" => string(6) "Қаз" ) "en" => array(2) ( "title" => string(3) "Eng" "visible_name" => string(3) "Eng" ) ) ) }{ protected _file => string(80) "/var/www/asthma/data/www/asthma.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(24) ( "id" => string(2) "47" "title" => string(23) "Наши спикеры" "author" => string(0) "" "text" => string(69) "<p><img src="/static/uploads/uploaded_files/speakers_rus.jpg" /></p> " "text_short" => string(0) "" "link" => string(13) "nashi-spikeri" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1485324739" "modified_time" => string(10) "1485324739" "title_kz" => string(31) "Біздің спикерлер" "text_short_kz" => string(0) "" "text_kz" => string(89) "<p><img src="/static/uploads/uploaded_files/43f84ae10d778465465d97c77c79cc7c.jpg" /></p> " "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" "title_en" => string(12) "Our speakers" "text_short_en" => string(0) "" "text_en" => string(89) "<p><img src="/static/uploads/uploaded_files/0a5bc6ff924bf4525b9eeb1414a47ee7.jpg" /></p> " "meta_title_en" => string(0) "" "meta_keywords_en" => string(0) "" "meta_description_en" => string(0) "" ) protected _changed => array(0) protected _original_values => array(24) ( "id" => string(2) "47" "title" => string(23) "Наши спикеры" "author" => string(0) "" "text" => string(69) "<p><img src="/static/uploads/uploaded_files/speakers_rus.jpg" /></p> " "text_short" => string(0) "" "link" => string(13) "nashi-spikeri" "meta_title" => string(0) "" "meta_keywords" => string(0) "" "meta_description" => string(0) "" "sort" => string(1) "0" "creation_time" => string(10) "1485324739" "modified_time" => string(10) "1485324739" "title_kz" => string(31) "Біздің спикерлер" "text_short_kz" => string(0) "" "text_kz" => string(89) "<p><img src="/static/uploads/uploaded_files/43f84ae10d778465465d97c77c79cc7c.jpg" /></p> " "meta_title_kz" => string(0) "" "meta_keywords_kz" => string(0) "" "meta_description_kz" => string(0) "" "title_en" => string(12) "Our speakers" "text_short_en" => string(0) "" "text_en" => string(89) "<p><img src="/static/uploads/uploaded_files/0a5bc6ff924bf4525b9eeb1414a47ee7.jpg" /></p> " "meta_title_en" => string(0) "" "meta_keywords_en" => string(0) "" "meta_description_en" => 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(24) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(23) "Без названия" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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(15) "utf8_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(8) "16777215" "column_name" => string(4) "text" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sort" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "creation_time" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "modified_time" => array(13) ( "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 "display" => string(2) "11" "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(15) "utf8_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(15) "utf8_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(8) "16777215" "column_name" => string(7) "text_kz" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "collation_name" => string(15) "utf8_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(15) "utf8_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(15) "utf8_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(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title_en" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "title_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_short_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "text_short_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "text_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(7) "text_en" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title_en" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_title_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords_en" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_keywords_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description_en" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "meta_description_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) 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) "47" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"categories" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "58489a0d97e873c2e0f292deff9c00b301d02555" protected _identifier => string(1) "`" public last_query => string(309) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(9) "asthma_db" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }
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" }{ protected _internal_row => integer 0 protected _query => string(820) "SELECT `carticles`.`id` AS `id`, `carticles`.`category_id` AS `category_id`, `carticles`.`title` AS `title`, `carticles`.`link` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(15) "Model_Carticles" protected _object_params => NULL }
"map" => object Model_Maps(34){ 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(39) "43.252944433044455,76.93121253294734:17" ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(1) "5" "title" => string(45) "Местоположение компании" "name" => string(16) "company_location" "coordinates" => string(39) "43.252944433044455,76.93121253294734: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(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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(15) "utf8_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_MySQL(6)
) }{ protected _connection_id => string(40) "58489a0d97e873c2e0f292deff9c00b301d02555" protected _identifier => string(1) "`" public last_query => string(309) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(9) "asthma_db" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }
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" }{ protected _file => string(83) "/var/www/asthma/data/www/asthma.kz/application/views/template_amp/pieces/footer.php" protected _data => array(1) ( "social" => object Database_MySQL_Result(7)
"title" => string(12) "Our speakers" ) }{ protected _internal_row => integer 0 protected _query => string(293) "SELECT `social`.`id` AS `id`, `social`.`title` AS `title`, `social`.`link` AS `link`, `social`.`sort` AS `sort`, `social`.`title …" protected _result => resource(mysql result) protected _total_rows => integer 3 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(56) "/var/www/asthma/data/www/asthma.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(74) ( "osnovnoj_meta_title" => string(61) "Kazakhstan Association of Allergology and Clinical Immunology" "osnovnie_klyuchevie_slova" => string(9) "Undefined" "osnovnoj_meta_description" => string(9) "Undefined" "nazvanie_sajta" => string(59) "PA «Association of allergists and clinical immunologists»" "slogan" => string(61) "Kazakhstan Association of Allergology and Clinical Immunology" "yanvar" => string(7) "January" "fevral" => string(8) "February" "mart" => string(5) "March" "aprel" => string(5) "April" "maj" => string(3) "May" "iyun" => string(4) "June" "iyul" => string(4) "July" "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) "Your name" "tekst_vash_email" => string(10) "Your Email" "tekst_vash_telefon" => string(14) "Your telephone" "tekst_tekst_soobshcheniya" => string(7) "Message" "tekst_otpravit" => string(4) "Send" "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(4) "Home" "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(8) "Write us" "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 777 277-38-47" "tekst-otmena" => string(6) "Cancel" "tekst-mi-v-sots.-setyah" => string(16) "We are in social" "tekst-sdelano-v-studii" => string(14) "Made in studio" "tekst-kontaktnaya-informatsiya" => string(8) "Contacts" "telefon-kompanii-2" => string(16) "+7 727 291-15-60" "kontaktnij-email" => string(17) "izhanat@yandex.ru" "adres-kompanii" => string(110) "Republic of Kazakhstan, Almaty city, Kazakh National Medical University named after S.D. Asfendiyarov (KazNMU)" "tekst-zakazhite-obratnij-zvonok" => string(24) "Leave application online" "tekst-i-mi-vam-perezvonim" => string(25) "and we will call you back" "tekst-menyu" => string(9) "Undefined" "tekst-poisk-po-sajtu" => string(14) "Search by site" "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" ) public lang => string(2) "en" public postfix => string(3) "_en" public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(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(20) "amp/en/nashi-spikeri" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "en" "key" => string(13) "nashi-spikeri" ) 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/1.1" protected _secure => bool FALSE 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(20) "amp/en/nashi-spikeri" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "en" "key" => string(13) "nashi-spikeri" ) 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/1.1" protected _secure => bool FALSE 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(20) "amp/en/nashi-spikeri" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "en" "key" => string(13) "nashi-spikeri" ) 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 (121)
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/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/Database/MySQL.php |
MODPATH/database/classes/Kohana/Database/MySQL.php |
MODPATH/database/classes/DB.php |
MODPATH/database/classes/Kohana/DB.php |
MODPATH/database/classes/Database/Query/Builder/Select.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/database/classes/Database/Query/Builder/Where.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/database/classes/Database/Query/Builder.php |
MODPATH/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/database/classes/Database/Query.php |
MODPATH/database/classes/Kohana/Database/Query.php |
MODPATH/database/classes/Database/MySQL/Result.php |
MODPATH/database/classes/Kohana/Database/MySQL/Result.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.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 (56)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
bz2 |
calendar |
ctype |
hash |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
Reflection |
session |
standard |
shmop |
SimpleXML |
sockets |
exif |
tokenizer |
xml |
cgi-fcgi |
bcmath |
curl |
dom |
fileinfo |
gd |
intl |
json |
ldap |
mbstring |
mcrypt |
memcache |
mysql |
mysqli |
PDO |
pdo_mysql |
pdo_sqlite |
Phar |
posix |
pspell |
sqlite3 |
sysvmsg |
sysvsem |
sysvshm |
tidy |
wddx |
xmlreader |
xmlwriter |
xsl |
zip |
$_SERVER
USER |
string(6) "asthma" |
HOME |
string(20) "/var/www/asthma/data" |
FCGI_ROLE |
string(9) "RESPONDER" |
PHP_ADMIN_VALUE |
string(63) "sendmail_path = /usr/sbin/sendmail -t -i -f webmaster@asthma.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(21) "/amp/en/nashi-spikeri" |
DOCUMENT_URI |
string(10) "/index.php" |
DOCUMENT_ROOT |
string(34) "/var/www/asthma/data/www/asthma.kz" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_SOFTWARE |
string(12) "nginx/1.12.2" |
REMOTE_ADDR |
string(13) "54.235.55.253" |
REMOTE_PORT |
string(5) "58616" |
SERVER_ADDR |
string(13) "185.100.64.40" |
SERVER_PORT |
string(2) "80" |
SERVER_NAME |
string(9) "asthma.kz" |
REDIRECT_STATUS |
string(3) "200" |
SCRIPT_FILENAME |
string(44) "/var/www/asthma/data/www/asthma.kz/index.php" |
HTTP_USER_AGENT |
string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)" |
HTTP_ACCEPT |
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" |
HTTP_IF_MODIFIED_SINCE |
string(29) "Sun, 09 Dec 2018 20:11:22 UTC" |
HTTP_HOST |
string(9) "asthma.kz" |
HTTP_CONNECTION |
string(10) "Keep-Alive" |
HTTP_ACCEPT_ENCODING |
string(4) "gzip" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME |
integer 1550340565 |