APPPATH/classes/Captcha.php [ 331 ]
326 */
327 public function image_create($background = NULL)
328 {
329 // Check for GD2 support
330 if ( ! function_exists('imagegd2'))
331 throw new Kohana_Exception('captcha.requires_GD2');
332
333 // Create a new image (black)
334 $this->image = imagecreatetruecolor(Captcha::$config['width'], Captcha::$config['height']);
335
336 // Use a background image
-
MODPATH/captcha/classes/Captcha/Alpha.php [ 37 ] » Captcha->image_create(arguments)
0
string(0) ""
32 * @return mixed 33 */ 34 public function render($html = TRUE) 35 { 36 // Creates $this->image 37 $this->image_create(Captcha::$config['background']); 38 39 // Add a random gradient 40 if (empty(Captcha::$config['background'])) 41 { 42 $color1 = imagecolorallocate($this->image, mt_rand(0, 100), mt_rand(0, 100), mt_rand(0, 100));
-
APPPATH/views/index/v_about.php [ 145 ] » Captcha_Alpha->render()
140 <div class="form-group"> 141 <input class="form-control" type="text" name='email' onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'* <?echo __("Ваш email")?>':this.value;" value="* <?echo __("Ваш email")?>" class="email-address"/> 142 </div> 143 <div class="recall-form-textarea"> <textarea name='addition' class="your-message" placeholder="<?echo __("Сообщение")?>"></textarea> 144 </div> 145 <div id="captcha_image2" > <?php echo Captcha::instance()->render(); ?></div> 146 <div> 147 <input class="form-control" style="width: 40%; margin-top: 5px; margin-bottom: 5px;" name="captcha" type="text" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'* <?echo __("Введите код")?>':this.value;" value="* <?echo __("Введите код")?>" class="captcha_input"/> 148 </div> 149 <div class="recall-buttons"> 150 <button type="submit" class="btn btn-default"><?echo __("Отправить")?></button>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(64) "/usr/share/nginx/www/3dsemey/application/views/index/v_about.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(64) "/usr/share/nginx/www/3dsemey/application/views/index/v_about.php"
1
array(4) ( "all_news" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 0 protected _query => string(565) "SELECT `news`.`id` AS `id`, `news`.`title` AS `title`, `news`.`intro` AS `intro`, `news`.`category` AS `category`, `news`.`date` …" protected _result => object mysqli_result(5)
"tours" => 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 10 protected _current_row => integer 0 protected _as_object => string(10) "Model_News" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _result => object mysqli_result(5)
"contacts" => 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 3 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 1 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"page" => object Model_Page(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool FALSE protected _object_params => NULL }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/index/v_base.php [ 1074 ] » Kohana_View->__toString()
1069 </div> 1070 <!--<div class="after-nav"></div>--> 1071 </nav> 1072 </noindex> 1073 1074 <?php echo $content ?> 1075 <?/* <!--<div id="footer" class="section"> 1076 <!-- <div class="before-footer"></div> --> 1077 <!-- <div class="first-footer"> 1078 <div class="container"> 1079 <div class="footer-nav">
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(63) "/usr/share/nginx/www/3dsemey/application/views/index/v_base.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(63) "/usr/share/nginx/www/3dsemey/application/views/index/v_base.php"
1
array(13) ( "site_name" => string(33) "Виртуальный Семей" "site_description" => string(0) "" "page_title" => string(17) "О проекте" "title" => string(4) "News" "styles" => array(2) ( 0 => string(5) "style" 1 => string(10) "pages/home" ) "scripts" => array(1) ( 0 => string(0) "" ) "content" => object View(2)
{ protected _file => string(64) "/usr/share/nginx/www/3dsemey/application/views/index/v_about.php" protected _data => array(4) ( "all_news" => object Database_MySQLi_Result(7)
"contacts" => object Database_MySQLi_Result(7){ protected _internal_row => integer 0 protected _query => string(565) "SELECT `news`.`id` AS `id`, `news`.`title` AS `title`, `news`.`intro` AS `intro`, `news`.`category` AS `category`, `news`.`date` …" protected _result => object mysqli_result(5)
"tours" => 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 10 protected _current_row => integer 0 protected _as_object => string(10) "Model_News" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _result => object mysqli_result(5)
"contacts" => 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 3 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 1 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"page" => object Model_Page(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool FALSE protected _object_params => NULL }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"counts_category" => 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 1 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 12 protected _query => string(99) "SELECT category, COUNT(id) as count FROM tours WHERE title!='Ваш бизнес' GROUP BY category" protected _result => object mysqli_result(5)
"counts_undercategory" => 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 12 protected _current_row => integer 12 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 37 protected _query => string(109) "SELECT undercategory, COUNT(id) as count FROM tours WHERE title!='Ваш бизнес' GROUP BY undercategory" protected _result => object mysqli_result(5)
"block" => array(1) ( 0 => object View(2){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 37 protected _current_row => integer 37 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _file => string(55) "/usr/share/nginx/www/3dsemey/application/views/pano.php" protected _data => array(0) }
) "block_center" => array(1) ( 0 => object View(2){ protected _file => string(64) "/usr/share/nginx/www/3dsemey/application/views/index/v_about.php" protected _data => array(4) ( "all_news" => object Database_MySQLi_Result(7)
) "page" => object Model_Page(34){ protected _internal_row => integer 0 protected _query => string(565) "SELECT `news`.`id` AS `id`, `news`.`title` AS `title`, `news`.`intro` AS `intro`, `news`.`category` AS `category`, `news`.`date` …" protected _result => object mysqli_result(5)
"tours" => 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 10 protected _current_row => integer 0 protected _as_object => string(10) "Model_News" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _result => object mysqli_result(5)
"contacts" => 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 3 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 1 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"page" => object Model_Page(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool FALSE protected _object_params => NULL }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Index_About(4)
{ public template => object View(2)
{ protected _file => string(63) "/usr/share/nginx/www/3dsemey/application/views/index/v_base.php" protected _data => array(13) ( "site_name" => string(33) "Виртуальный Семей" "site_description" => string(0) "" "page_title" => string(17) "О проекте" "title" => string(4) "News" "styles" => array(2) ( 0 => string(5) "style" 1 => string(10) "pages/home" ) "scripts" => array(1) ( 0 => string(0) "" ) "content" => object View(2)
public auto_render => bool TRUE public request => object Request(19){ protected _file => string(64) "/usr/share/nginx/www/3dsemey/application/views/index/v_about.php" protected _data => array(4) ( "all_news" => object Database_MySQLi_Result(7)
"contacts" => object Database_MySQLi_Result(7){ protected _internal_row => integer 0 protected _query => string(565) "SELECT `news`.`id` AS `id`, `news`.`title` AS `title`, `news`.`intro` AS `intro`, `news`.`category` AS `category`, `news`.`date` …" protected _result => object mysqli_result(5)
"tours" => 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 10 protected _current_row => integer 0 protected _as_object => string(10) "Model_News" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _result => object mysqli_result(5)
"contacts" => 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 3 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 1 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"page" => object Model_Page(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool FALSE protected _object_params => NULL }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"counts_category" => 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 1 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 12 protected _query => string(99) "SELECT category, COUNT(id) as count FROM tours WHERE title!='Ваш бизнес' GROUP BY category" protected _result => object mysqli_result(5)
"counts_undercategory" => 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 12 protected _current_row => integer 12 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 37 protected _query => string(109) "SELECT undercategory, COUNT(id) as count FROM tours WHERE title!='Ваш бизнес' GROUP BY undercategory" protected _result => object mysqli_result(5)
"block" => array(1) ( 0 => object View(2){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 37 protected _current_row => integer 37 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _file => string(55) "/usr/share/nginx/www/3dsemey/application/views/pano.php" protected _data => array(0) }
) "block_center" => array(1) ( 0 => object View(2){ protected _file => string(64) "/usr/share/nginx/www/3dsemey/application/views/index/v_about.php" protected _data => array(4) ( "all_news" => object Database_MySQLi_Result(7)
) "page" => object Model_Page(34){ protected _internal_row => integer 0 protected _query => string(565) "SELECT `news`.`id` AS `id`, `news`.`title` AS `title`, `news`.`intro` AS `intro`, `news`.`category` AS `category`, `news`.`date` …" protected _result => object mysqli_result(5)
"tours" => 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 10 protected _current_row => integer 0 protected _as_object => string(10) "Model_News" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _result => object mysqli_result(5)
"contacts" => 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 3 protected _current_row => integer 0 protected _as_object => bool FALSE protected _object_params => NULL }{ protected _internal_row => integer 1 protected _query => string(23) "SELECT * FROM contacts" protected _result => object mysqli_result(5)
"page" => object Model_Page(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => bool FALSE protected _object_params => NULL }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ 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(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => string(0) "" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "10" "page" => string(5) "about" "name" => string(18) "Концепция" "category" => string(0) "" "desc" => string(0) "" "meta" => 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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(6) ( "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(20) "select,insert,update" ) "page" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "page" "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(20) "select,insert,update" ) "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(20) "select,insert,update" ) "category" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "category" "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(20) "select,insert,update" ) "desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "meta" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "meta" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) 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) "10" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "5179e76d33c0f7e8f1b51dc3bbbf17ea8874e184" protected _identifier => string(1) "`" public last_query => string(65) "SELECT * FROM tours where onStart='on' ORDER BY RAND() limit 12" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" }{ 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(5) ( "hostname" => string(11) "86.107.45.5" "database" => string(2) "3d" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ 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(23) "<controller>(/<action>)" protected _regex => array(1) ( "controller" => string(181) "map|about|aboutcity|cloth|contacts|top|culture|industry|medicine|construction|transport|citynews|catalog|services|citylive|annou …" ) protected _defaults => array(2) ( "directory" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(233) "#^(?P<controller>map|about|aboutcity|cloth|contacts|top|culture|industry|medicine|construction|transport|citynews|catalog|servic …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(5) "About" protected _action => string(5) "index" protected _uri => string(5) "about" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "lang" => string(2) "ru" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(23) "<controller>(/<action>)" protected _regex => array(1) ( "controller" => string(181) "map|about|aboutcity|cloth|contacts|top|culture|industry|medicine|construction|transport|citynews|catalog|services|citylive|annou …" ) protected _defaults => array(2) ( "directory" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(233) "#^(?P<controller>map|about|aboutcity|cloth|contacts|top|culture|industry|medicine|construction|transport|citynews|catalog|servic …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(5) "About" protected _action => string(5) "index" protected _uri => string(5) "about" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "lang" => string(2) "ru" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(23) "<controller>(/<action>)" protected _regex => array(1) ( "controller" => string(181) "map|about|aboutcity|cloth|contacts|top|culture|industry|medicine|construction|transport|citynews|catalog|services|citylive|annou …" ) protected _defaults => array(2) ( "directory" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(233) "#^(?P<controller>map|about|aboutcity|cloth|contacts|top|culture|industry|medicine|construction|transport|citynews|catalog|servic …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(5) "Index" protected _controller => string(5) "About" protected _action => string(5) "index" protected _uri => string(5) "about" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "lang" => string(2) "ru" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }