MODPATH/pagination/classes/Kohana/Pagination.php [ 154 ]
149
150 // Initialize the $config array
151 $config['group'] = (string) $group;
152
153 // Recursively load requested config groups
154 while (isset($config['group']) AND isset($config_file->$config['group']))
155 {
156 // Temporarily store config group name
157 $group = $config['group'];
158 unset($config['group']);
159
-
MODPATH/pagination/classes/Kohana/Pagination.php [ 154 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(26) "Array to string conversion"
2
string(91) "/var/www/autostudio/data/www/autostudio.kz/modules/pagination/classes/Kohana/Pagination.php"
3
integer 154
4
array(3) ( "group" => string(7) "default" "config_file" => object Config_Group(1)
{ public default => array(6) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(1) "p" ) "total_items" => integer 0 "items_per_page" => integer 10 "view" => string(16) "pagination/basic" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) }
"config" => array(1) ( "group" => string(7) "default" ) )149 150 // Initialize the $config array 151 $config['group'] = (string) $group; 152 153 // Recursively load requested config groups 154 while (isset($config['group']) AND isset($config_file->$config['group'])) 155 { 156 // Temporarily store config group name 157 $group = $config['group']; 158 unset($config['group']); 159
-
MODPATH/pagination/classes/Kohana/Pagination.php [ 118 ] » Kohana_Pagination->config_group()
113 * @uses Request::current 114 */ 115 public function __construct(array $config = array(), Request $request = NULL) 116 { 117 // Overwrite system defaults with application defaults 118 $this->config = $this->config_group() + $this->config; 119 120 // Assing Request 121 if ($request === NULL) 122 { 123 $request = Request::current();
-
MODPATH/pagination/classes/Kohana/Pagination.php [ 104 ] » Kohana_Pagination->__construct(arguments)
0
array(3) ( "view" => string(27) "pagination/default/floating" "total_items" => string(2) "48" "items_per_page" => integer 8 )
1
NULL
99 * @param Request $request Currently executing request 100 * @return Pagination 101 */ 102 public static function factory(array $config = array(), Request $request = NULL) 103 { 104 return new Pagination($config, $request); 105 } 106 107 /** 108 * Creates a new Pagination object. 109 *
-
APPPATH/views/template/pages/gallery.php [ 23 ] » Kohana_Pagination::factory(arguments)
0
array(3) ( "view" => string(27) "pagination/default/floating" "total_items" => string(2) "48" "items_per_page" => integer 8 )
18 <?php endforeach ?> 19 </div> 20 <?php echo Pagination::factory(array( 21 'view' => 'pagination/default/floating', 22 'total_items' => $items_count, 23 'items_per_page' => $limit, 24 )) ?> 25 </div> 26 <div class="clearfix"></div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pages/gallery.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(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pages/gallery.php"
1
array(3) ( "items" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 8 protected _query => string(360) "SELECT `gallery`.`id` AS `id`, `gallery`.`title` AS `title`, `gallery`.`link` AS `link`, `gallery`.`description` AS `description …" protected _result => object mysqli_result(5)
"items_count" => string(2) "48" "limit" => integer 8 ){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 8 protected _current_row => integer 8 protected _as_object => string(13) "Model_Gallery" protected _object_params => NULL }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } // End View
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/template/layout/main.php [ 46 ] » Kohana_View->__toString()
41 42 </head> 43 <body> 44 <div class="container"> 45 <?php echo $header ?> 46 <?php echo $content ?> 47 <?php echo $footer ?> 48 </div> 49 50 <a href="https://wa.me/+<?php echo preg_replace('/[^0-9]/', '', $text['telefon_kompanii']) ?>" target="_blank" rel="noopener noreferrer"> 51 <div type="button" class="whatsapp-button"><img src="/static/images/whatsapp.svg"></div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(85) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/layout/main.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(85) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/layout/main.php"
1
array(4) ( "header" => object View(2)
{ protected _file => string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pieces/header.php" protected _data => array(2) ( "menu" => object Database_MySQLi_Result(7)
"content" => object View(2){ protected _internal_row => integer 6 protected _query => string(237) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _result => object mysqli_result(5)
"active_languages" => array(0) ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 6 protected _current_row => integer 6 protected _as_object => string(10) "Model_Menu" protected _object_params => NULL }{ protected _file => string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pages/gallery.php" protected _data => array(3) ( "items" => object Database_MySQLi_Result(7)
"footer" => object View(2){ protected _internal_row => integer 8 protected _query => string(360) "SELECT `gallery`.`id` AS `id`, `gallery`.`title` AS `title`, `gallery`.`link` AS `link`, `gallery`.`description` AS `description …" protected _result => object mysqli_result(5)
"items_count" => string(2) "48" "limit" => integer 8 ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 8 protected _current_row => integer 8 protected _as_object => string(13) "Model_Gallery" protected _object_params => NULL }{ protected _file => string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pieces/footer.php" protected _data => array(1) ( "social" => object Database_MySQLi_Result(7)
"title" => string(14) "Галерея" ){ protected _internal_row => integer 0 protected _query => string(157) "SELECT `social`.`id` AS `id`, `social`.`title` AS `title`, `social`.`link` AS `link`, `social`.`sort` AS `sort` FROM `social` AS …" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 2 protected _current_row => integer 0 protected _as_object => string(12) "Model_Social" protected _object_params => NULL }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } // End View
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Gallery(11)
{ public cache_instance => object Cache_File(2)
{ protected _cache_dir => object SplFileInfo(0)
public template => object View(2){ }
protected _config => array(3) ( "driver" => string(4) "file" "cache_dir" => string(60) "/var/www/autostudio/data/www/autostudio.kz/application/cache" "default_expire" => integer 8000 ) }{ protected _file => string(85) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/layout/main.php" protected _data => array(4) ( "header" => object View(2)
public session => object Session_Native(5){ protected _file => string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pieces/header.php" protected _data => array(2) ( "menu" => object Database_MySQLi_Result(7)
"content" => object View(2){ protected _internal_row => integer 6 protected _query => string(237) "SELECT `menu`.`id` AS `id`, `menu`.`page_id` AS `page_id`, `menu`.`parent_id` AS `parent_id`, `menu`.`title` AS `title`, `menu`. …" protected _result => object mysqli_result(5)
"active_languages" => array(0) ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 6 protected _current_row => integer 6 protected _as_object => string(10) "Model_Menu" protected _object_params => NULL }{ protected _file => string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pages/gallery.php" protected _data => array(3) ( "items" => object Database_MySQLi_Result(7)
"footer" => object View(2){ protected _internal_row => integer 8 protected _query => string(360) "SELECT `gallery`.`id` AS `id`, `gallery`.`title` AS `title`, `gallery`.`link` AS `link`, `gallery`.`description` AS `description …" protected _result => object mysqli_result(5)
"items_count" => string(2) "48" "limit" => integer 8 ) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 8 protected _current_row => integer 8 protected _as_object => string(13) "Model_Gallery" protected _object_params => NULL }{ protected _file => string(87) "/var/www/autostudio/data/www/autostudio.kz/application/views/template/pieces/footer.php" protected _data => array(1) ( "social" => object Database_MySQLi_Result(7)
"title" => string(14) "Галерея" ) }{ protected _internal_row => integer 0 protected _query => string(157) "SELECT `social`.`id` AS `id`, `social`.`title` AS `title`, `social`.`link` AS `link`, `social`.`sort` AS `sort` FROM `social` AS …" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 2 protected _current_row => integer 0 protected _as_object => string(12) "Model_Social" protected _object_params => NULL }{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(1) ( "security_token" => string(40) "c58e3c481487e7379330fc603e45f5e41cadc2cf" ) protected _destroyed => bool FALSE }
public config => object Config_Group(2){ public items_per_page => integer 10 public files_dir => string(64) "/var/www/autostudio/data/www/autostudio.kz/static/uploads/files/" }
public config_d => array(28) ( "hostname" => string(12) "smtp.mail.ru" "username" => string(21) "noreply@autostudio.kz" "password" => string(8) "Aa123456" "port" => string(3) "465" "encryption" => string(3) "ssl" "inbox" => string(20) "avto-zvuk.kz@mail.ru" "fb_app_id" => string(0) "" "fb_app_secret" => string(0) "" "fb_access_token" => string(0) "" "fb_group_id" => string(0) "" "vk_app_id" => string(0) "" "vk_app_secret" => string(0) "" "vk_access_token" => string(0) "" "vk_user_id" => string(0) "" "vk_group_id" => string(0) "" "twitter_consumer_key" => string(0) "" "twitter_consumer_secret" => string(0) "" "twitter_access_token" => string(0) "" "twitter_access_token_secret" => string(0) "" "twitter_owner" => string(0) "" "twitter_owner_id" => string(0) "" "twitter_app_id" => string(0) "" "epay_test_mode" => string(1) "1" "boss_password" => string(8) "Aa123456" "robokassa_merchant_login" => string(0) "" "robokassa_password_1" => string(0) "" "robokassa_test_mode" => string(1) "1" "robokassa_password_2" => string(0) "" ) public text => array(73) ( "osnovnoj_meta_title" => string(145) "Шумоизоляция и установка любого дополнительного оборудования на авто в Алматы" "osnovnie_klyuchevie_slova" => string(44) "Основные ключевые слова" "osnovnoj_meta_description" => string(33) "Основной meta description" "nazvanie_sajta" => string(36) "AS автостудия Алматы" "slogan" => string(172) "Ваш комфорт - это наша работа. Мы воплощаем Ваши мечты в реальность и создаем уникальные авто ! " "yanvar" => string(12) "Январь" "fevral" => string(14) "Февраль" "mart" => string(8) "Март" "aprel" => string(12) "Апрель" "maj" => string(6) "Май" "iyun" => string(8) "Июнь" "iyul" => string(8) "Июль" "avgust" => string(12) "Август" "sentyabr" => string(16) "Сентябрь" "oktyabr" => string(14) "Октябрь" "noyabr" => string(12) "Ноябрь" "dekabr" => string(14) "Декабрь" "tekst_vashe_imya" => string(15) "Ваше имя" "tekst_vash_email" => string(12) "Ваш email" "tekst_vash_telefon" => string(21) "Ваш телефон" "tekst_tekst_soobshcheniya" => string(29) "Текст сообщения" "tekst_otpravit" => string(18) "Отправить" "tekst_proverte_pravilnost_zapolneniya_videlennih_polej" => string(96) "Проверьте правильность заполнения выделенных полей" "tekst_vash_zapros_prinyat" => string(32) "Ваш запрос принят" "tekst_kod_s_kartinki" => string(26) "Код с картинки" "tekst_stranitsa_ne_najdena" => string(70) "Запрашиваемая страница не существует." "tekst_vernutsya_na_glavnuyu" => string(38) "Вернуться на главную" "tekst_chto-to_poshlo_ne_tak" => string(34) "Что-то пошло не так" "tekst_predidushchaya" => string(20) "Предыдущая" "tekst_sleduyushchaya" => string(18) "Следующая" "tekst_glavnaya_stranitsa" => string(31) "Главная страница" "tekst_tg." => string(5) "тг." "tekst_net_zapisej_dlya_otobrazheniya_v_etom_vide" => string(72) "Нет записей для отображения в этом виде" "tekst_obnovit" => string(16) "Обновить" "tekst_etot_adres_elektronnoj_pochti_uzhe_ispolzuetsya" => string(85) "Этот адрес электронной почты уже используется" "tekst_vvedite_parol" => string(27) "Введите пароль" "tekst_vojti" => string(10) "Войти" "tekst_obratnaya_svyaz" => string(27) "Обратная связь" "tekst_registratsiya_uspeshno_zavershena" => string(56) "Регистрация успешно завершена" "tekst_soobshchenie_sajta" => string(29) "Сообщение сайта" "tekst_zakrit" => string(14) "Закрыть" "tekst_idyot_zagruzka..." => string(28) "Идёт загрузка..." "tekst_registratsiya_na_sajte" => string(38) "Регистрация на сайте" "tekst_dlya_podtverzhdeniya_registratsii" => string(113) "Для подтверждения регистрации перейдите по следующей ссылке:" "tekst_esli_vi_ne_registrirovalis" => string(162) "Если вы не регистрировались на этом сайте, пожалуйста, просто проигнорируйте это письмо." "tekst_perejti_k_oplate" => string(30) "Перейти к оплате" "tekst_platezh_uspeshno_proveden" => string(44) "Платеж успешно проведен" "tekst_oshibka_platezha" => string(72) "Возникла ошибка при проведении платежа" "tekst_platezh_obrabativaetsya" => string(89) "Ваш платеж обрабатывается, пожалуйста подождите" "tekst_avtorizatsiya" => string(22) "Авторизация" "tekst_nevernij_parol" => string(29) "Неверный пароль" "tekst_vijti" => string(10) "Выйти" "tekst_vvedite_login" => string(25) "Введите логин" "telefon_kompanii" => string(16) "+7 702 148-09-09" "tekst-otmena" => string(12) "Отмена" "tekst-mi-v-sots.-setyah" => string(26) "Мы в соц. сетях" "tekst-sdelano-v-studii" => string(30) "Сделано в студии" "tekst-kontaktnaya-informatsiya" => string(41) "Контактная информация" "telefon-kompanii-2" => string(15) "8-727-973-10-30" "kontaktnij-email" => string(20) "avto-zvuk.kz@mail.ru" "adres-kompanii" => string(238) "График работы: <br> Пн-Пт 09:00 до 18:00 <br>Суббота 09:00 до 15:00 <br>Воскресенье: Выходной! <br><br>Республика Казахстан, 050 …" "tekst-zakazhite-obratnij-zvonok" => string(46) "Закажите обратный звонок" "tekst-i-mi-vam-perezvonim" => string(37) "и мы вам перезвоним" "tekst-menyu" => string(8) "Меню" "tekst-poisk-po-sajtu" => string(26) "Поиск по сайту" "tekst-iskat" => string(12) "Искать" "tekst-rezultati-poiska" => string(53) "Результаты поиска по запросу" "tekst-zakazat-obratnij-zvonok" => string(46) "Заказать обратный звонок" "tekst-kategorii-statej" => string(31) "Категории статей" "tekst-vashe-soobshchenie-uspeshno-otpravleno" => string(63) "Ваше сообщение успешно отправлено" "tekst-galereya" => string(14) "Галерея" "tekst-sertifykati" => string(17) "tekst-sertifykaty" "otzivi-nashih-klientov" => string(40) "Отзывы наших клиентов" ) public lang => string(2) "ru" public postfix => string(0) "" public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(14) "<lang>/gallery" protected _regex => array(1) ( "lang" => string(8) "[a-z]{2}" ) protected _defaults => array(2) ( "controller" => string(7) "Gallery" "action" => string(5) "Index" ) protected _route_regex => string(32) "#^(?P<lang>[a-z]{2})/gallery$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Gallery" protected _action => string(5) "Index" protected _uri => string(10) "ru/gallery" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "ru" ) protected _get => array(1) ( "p" => string(1) "2" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(14) "<lang>/gallery" protected _regex => array(1) ( "lang" => string(8) "[a-z]{2}" ) protected _defaults => array(2) ( "controller" => string(7) "Gallery" "action" => string(5) "Index" ) protected _route_regex => string(32) "#^(?P<lang>[a-z]{2})/gallery$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Gallery" protected _action => string(5) "Index" protected _uri => string(10) "ru/gallery" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "ru" ) protected _get => array(1) ( "p" => string(1) "2" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }109 $orig_response = $response = Response::factory(); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(14) "<lang>/gallery" protected _regex => array(1) ( "lang" => string(8) "[a-z]{2}" ) protected _defaults => array(2) ( "controller" => string(7) "Gallery" "action" => string(5) "Index" ) protected _route_regex => string(32) "#^(?P<lang>[a-z]{2})/gallery$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Gallery" protected _action => string(5) "Index" protected _uri => string(10) "ru/gallery" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "ru" ) protected _get => array(1) ( "p" => string(1) "2" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}985 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 986 ':uri' => $this->_uri, 987 )); 988 } 989 990 return $this->_client->execute($this); 991 } 992 993 /** 994 * Returns whether this request is the initial request Kohana received. 995 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 130 ] » Kohana_Request->execute()
125 /** 126 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 127 * If no source is specified, the URI will be automatically detected. 128 */ 129 echo Request::factory(TRUE, array(), FALSE) 130 ->execute() 131 ->send_headers(TRUE) 132 ->body(); 133 }