APPPATH/views/minicart.php [ 7 ]
2 <span style="color: rgb(237, 0, 129);line-height: 30px;font-size:14px;"><b><?php if($_SESSION['lang']=='ru'){echo 'ВАШ ЗАКАЗ';}else{echo "ВАШЕ ЗАМОВЛЕННЯ";}; ?></b></span>
3 <div class="hidecart"><?php if($_SESSION['lang']=='ru'){echo 'Свернуть';}else{echo "згорнути";}; ?></div>
4 <div class="dashed_line_small2"></div>
5 <?php
6 $m = ORM::factory('Config')->find()->money;
7 foreach ($session as $key =>$value) {
8 $item = ORM::factory('Product')->where('id', '=', $key)->find();?>
9
10 <div id="miniitem<?=$item->id;?>" class="row miniitem">
11 <div class="col-xs-4">
12 <img class="img-responsive" src="<?=URL::base().'media/images/product/'.$item->img;?>" alt="" />
-
APPPATH/views/minicart.php [ 7 ] » Kohana_Core::error_handler(arguments)
0
integer 2
1
string(39) "Invalid argument supplied for foreach()"
2
string(68) "/home/h70033/data/www/yogurton.com.ua/application/views/minicart.php"
3
integer 7
4
array(5) ( "kohana_view_filename" => string(68) "/home/h70033/data/www/yogurton.com.ua/application/views/minicart.php" "kohana_view_data" => array(2) ( "session" => NULL "lang" => string(2) "ru" ) "session" => NULL "lang" => string(2) "ru" "m" => string(7) "грн " )
2 <span style="color: rgb(237, 0, 129);line-height: 30px;font-size:14px;"><b><?php if($_SESSION['lang']=='ru'){echo 'ВАШ ЗАКАЗ';}else{echo "ВАШЕ ЗАМОВЛЕННЯ";}; ?></b></span> 3 <div class="hidecart"><?php if($_SESSION['lang']=='ru'){echo 'Свернуть';}else{echo "згорнути";}; ?></div> 4 <div class="dashed_line_small2"></div> 5 <?php 6 $m = ORM::factory('Config')->find()->money; 7 foreach ($session as $key =>$value) { 8 $item = ORM::factory('Product')->where('id', '=', $key)->find();?> 9 10 <div id="miniitem<?=$item->id;?>" class="row miniitem"> 11 <div class="col-xs-4"> 12 <img class="img-responsive" src="<?=URL::base().'media/images/product/'.$item->img;?>" alt="" />
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(68) "/home/h70033/data/www/yogurton.com.ua/application/views/minicart.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(68) "/home/h70033/data/www/yogurton.com.ua/application/views/minicart.php"
1
array(2) ( "session" => NULL "lang" => string(2) "ru" )
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/template/v_base.php [ 170 ] » Kohana_View->__toString()
165 <?php 166 $lang = LANG; 167 $view = View::factory('minicart') 168 ->bind('session', $_SESSION['items']) 169 ->bind('lang', $lang); 170 echo $view; 171 ?> 172 </div> 173 </div> 174 </div> 175 <!-- Begin page content -->
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(75) "/home/h70033/data/www/yogurton.com.ua/application/views/template/v_base.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(75) "/home/h70033/data/www/yogurton.com.ua/application/views/template/v_base.php"
1
array(9) ( "cart" => bool FALSE "title" => NULL "desc" => NULL "keywords" => string(0) "" "content" => array(2) ( 0 => object View(2)
{ protected _file => string(64) "/home/h70033/data/www/yogurton.com.ua/application/views/item.php" protected _data => array(1) ( "product" => object Model_Product(34)
1 => string(2767) "<div class="dashed_line"></div> <div class="row inv_kakgot" style=""> <div class="main_text inv_kakgot__title"> ПРИ …" ) "styles" => array(7) ( "media/css/html5reset-1.6.1.css" => string(6) "screen" "media/css/bootstrap.min.css" => string(6) "screen" "media/css/bootstrap.css" => string(6) "screen" "media/css/main.css" => string(6) "screen" "media/css/mi_main.css" => string(6) "screen" "media/css/mediaelementplayer.css" => string(6) "screen" "media/fonts/firasans.css" => string(6) "screen" ) "scripts" => array(4) ( 0 => string(36) "http://code.jquery.com/jquery.min.js" 1 => string(25) "media/js/bootstrap.min.js" 2 => string(16) "media/js/main.js" 3 => string(39) "media/js/mediaelement-and-player.min.js" ) "menu" => object Database_MySQL_Result(7){ protected _table_name => string(7) "product" protected _has_many => array(1) ( "catalog" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "catalogs_products" "far_key" => string(10) "catalog_id" "model" => string(7) "Catalog" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(18) ( "id" => NULL "title" => NULL "short_desc" => NULL "desc" => NULL "img" => NULL "comp" => NULL "bez" => NULL "sixyear" => NULL "old_price" => NULL "cur_price" => NULL "money" => NULL "pack" => NULL "time" => NULL "type" => NULL "view" => NULL "hdesc" => NULL "htitle" => NULL "deactive" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_columns => array(18) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "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(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "short_desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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 TRUE "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" ) "img" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "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" ) "comp" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "comp" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bez" => array(10) ( "type" => string(5) "float" "column_name" => string(3) "bez" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sixyear" => array(10) ( "type" => string(5) "float" "column_name" => string(7) "sixyear" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "old_price" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "old_price" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cur_price" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "cur_price" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "money" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "money" "column_default" => string(6) "грн" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pack" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "pack" "column_default" => string(4) "фл" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "time" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => string(3) "zak" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "15" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "view" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hdesc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "hdesc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "htitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(6) "htitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deactive" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "deactive" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "1" "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 => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) }{ protected _connection_id => string(40) "a1c5c6e18ba76000f30ca19948e27949a84be75a" protected _identifier => string(1) "`" public last_query => string(209) "SELECT `config`.`id` AS `id`, `config`.`homepage` AS `homepage`, `config`.`lang` AS `lang`, `config`.`money` AS `money`, `config …" 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) "yougurton" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "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(7) "product" }{ protected _internal_row => integer 5 protected _query => string(268) "SELECT `itemmenu`.`id` AS `id`, `itemmenu`.`title` AS `title`, `itemmenu`.`link` AS `link`, `itemmenu`.`sort` AS `sort`, `itemme …" protected _result => resource(mysql result) protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(14) "Model_Itemmenu" protected _object_params => NULL }
"topmenu" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(270) "SELECT `itemmenu`.`id` AS `id`, `itemmenu`.`title` AS `title`, `itemmenu`.`link` AS `link`, `itemmenu`.`sort` AS `sort`, `itemme …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Itemmenu" protected _object_params => NULL }
)354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
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
-
APPPATH/classes/Controller/Template/Base.php [ 103 ] » Kohana_Controller_Template->after()
98 ); 99 100 $this->template->styles = array_merge( $this->template->styles, $styles ); 101 $this->template->scripts = array_merge( $this->template->scripts, $scripts ); 102 } 103 parent::after(); 104 } 105 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Template_Base->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_Catalog(4)
{ public template => object View(2)
{ protected _file => string(75) "/home/h70033/data/www/yogurton.com.ua/application/views/template/v_base.php" protected _data => array(9) ( "cart" => bool FALSE "title" => NULL "desc" => NULL "keywords" => string(0) "" "content" => array(2) ( 0 => object View(2)
public auto_render => bool TRUE public request => object Request(19){ protected _file => string(64) "/home/h70033/data/www/yogurton.com.ua/application/views/item.php" protected _data => array(1) ( "product" => object Model_Product(34)
1 => string(2767) "<div class="dashed_line"></div> <div class="row inv_kakgot" style=""> <div class="main_text inv_kakgot__title"> ПРИ …" ) "styles" => array(7) ( "media/css/html5reset-1.6.1.css" => string(6) "screen" "media/css/bootstrap.min.css" => string(6) "screen" "media/css/bootstrap.css" => string(6) "screen" "media/css/main.css" => string(6) "screen" "media/css/mi_main.css" => string(6) "screen" "media/css/mediaelementplayer.css" => string(6) "screen" "media/fonts/firasans.css" => string(6) "screen" ) "scripts" => array(4) ( 0 => string(36) "http://code.jquery.com/jquery.min.js" 1 => string(25) "media/js/bootstrap.min.js" 2 => string(16) "media/js/main.js" 3 => string(39) "media/js/mediaelement-and-player.min.js" ) "menu" => object Database_MySQL_Result(7){ protected _table_name => string(7) "product" protected _has_many => array(1) ( "catalog" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "catalogs_products" "far_key" => string(10) "catalog_id" "model" => string(7) "Catalog" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(18) ( "id" => NULL "title" => NULL "short_desc" => NULL "desc" => NULL "img" => NULL "comp" => NULL "bez" => NULL "sixyear" => NULL "old_price" => NULL "cur_price" => NULL "money" => NULL "pack" => NULL "time" => NULL "type" => NULL "view" => NULL "hdesc" => NULL "htitle" => NULL "deactive" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_columns => array(18) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "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(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "short_desc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "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 TRUE "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" ) "img" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "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" ) "comp" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "comp" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bez" => array(10) ( "type" => string(5) "float" "column_name" => string(3) "bez" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sixyear" => array(10) ( "type" => string(5) "float" "column_name" => string(7) "sixyear" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "old_price" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "old_price" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cur_price" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "cur_price" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "money" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "money" "column_default" => string(6) "грн" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pack" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "pack" "column_default" => string(4) "фл" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "50" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(10) ( "type" => string(6) "string" "column_name" => string(4) "time" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => string(3) "zak" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "15" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "view" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hdesc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "hdesc" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "htitle" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(6) "htitle" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deactive" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "deactive" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(1) "1" "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 => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) }{ protected _connection_id => string(40) "a1c5c6e18ba76000f30ca19948e27949a84be75a" protected _identifier => string(1) "`" public last_query => string(209) "SELECT `config`.`id` AS `id`, `config`.`homepage` AS `homepage`, `config`.`lang` AS `lang`, `config`.`money` AS `money`, `config …" 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) "yougurton" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "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(7) "product" }{ protected _internal_row => integer 5 protected _query => string(268) "SELECT `itemmenu`.`id` AS `id`, `itemmenu`.`title` AS `title`, `itemmenu`.`link` AS `link`, `itemmenu`.`sort` AS `sort`, `itemme …" protected _result => resource(mysql result) protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(14) "Model_Itemmenu" protected _object_params => NULL }
"topmenu" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(270) "SELECT `itemmenu`.`id` AS `id`, `itemmenu`.`title` AS `title`, `itemmenu`.`link` AS `link`, `itemmenu`.`sort` AS `sort`, `itemme …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Itemmenu" protected _object_params => NULL }
) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "<lang>/catalog(/<action>(/<id>))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(7) "catalog" "action" => string(5) "index" ) protected _route_regex => string(92) "#^(?P<lang>[^/.,;?\n]++)/catalog(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Catalog" protected _action => string(3) "yog" protected _uri => string(17) "ru/catalog/yog/11" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "id" => string(2) "11" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }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.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "<lang>/catalog(/<action>(/<id>))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(7) "catalog" "action" => string(5) "index" ) protected _route_regex => string(92) "#^(?P<lang>[^/.,;?\n]++)/catalog(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Catalog" protected _action => string(3) "yog" protected _uri => string(17) "ru/catalog/yog/11" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "id" => string(2) "11" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.0" }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 [ 997 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.0" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "<lang>/catalog(/<action>(/<id>))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(7) "catalog" "action" => string(5) "index" ) protected _route_regex => string(92) "#^(?P<lang>[^/.,;?\n]++)/catalog(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Catalog" protected _action => string(3) "yog" protected _uri => string(17) "ru/catalog/yog/11" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "ru" "id" => string(2) "11" ) 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) }
}992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 993 ':uri' => $this->_uri, 994 )); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 119 ] » Kohana_Request->execute()
114 /** 115 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 116 * If no source is specified, the URI will be automatically detected. 117 */ 118 echo Request::factory(TRUE, array(), FALSE) 119 ->execute() 120 ->send_headers(TRUE) 121 ->body(); 122 }