APPPATH/classes/Model/Material.php [ 982 ]
977 {
978 $result = DB::query(Database::SELECT, $query)->execute();
979 }
980 catch (Exception $e)
981 {
982 throw new HTTP_Exception_500();
983 }
984
985 $fieldtypes = array('chars', 'photoalbum', 'select', 'price');
986 $chars = new Model_Params_Chars();
987 $photoalbum = new Model_Params_Photoalbum('');
-
APPPATH/classes/Controller/Widgets/News.php [ 95 ] » Model_Material->getFullMaterials2(arguments)
0
string(2) "36"
1
integer 0
2
integer 20
3
NULL
4
array(1) ( "sort" => string(9) "date_down" )
90 91 $gid = $this->getopt("catalog_id"); 92 93 $materials = $this->get_materials($gid); 94 $model_material = new Model_Material('groups'); 95 $items = $model_material->getFullMaterials2($gid, 0, 20, NULL, array('sort' => 'date_down')); 96 //$this->dump($materials); 97 98 $material_counter = 1; 99 $material_limit = 4; 100
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Widgets_News->action_news_widget()
79 array(':uri' => $this->request->uri()) 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Widgets_News(11)
{ public config => array(3) ( "templates_dir" => string(54) "/var/www/u0721954/data/www/ukekd.ru/application/views/" "cache_dir" => string(59) "/var/www/u0721954/data/www/ukekd.ru/application/cache/twig/" "cache_on" => bool FALSE ) public twig => object Twig_Environment(26)
{ protected charset => string(5) "UTF-8" protected loader => object Twig_Loader_String(0)
public template => NULL public html => NULL public model => array(1) ( "modules" => array(0) ) public module_config => array(3) ( "actions" => array(4) ( 0 => string(10) "ads_widget" 1 => string(11) "news_widget" 2 => string(4) "news" 3 => string(3) "ads" ) "options" => array(1) ( "catalog_id" => array(3) ( "name" => string(10) "catalog_id" "description" => string(21) "Ид каталога" "default" => integer 4 ) ) "methods" => array(29) ( 0 => string(17) "action_ads_widget" 1 => string(4) "dump" 2 => string(18) "action_news_widget" 3 => string(11) "action_news" 4 => string(10) "action_ads" 5 => string(23) "group_id_by_material_id" 6 => string(14) "get_group_data" 7 => string(16) "get_group_fields" 8 => string(19) "get_material_fields" 9 => string(8) "get_node" 10 => string(8) "get_href" 11 => string(13) "get_materials" 12 => string(12) "get_material" 13 => string(17) "create_autofields" 14 => string(11) "__construct" 15 => string(6) "before" 16 => string(4) "init" 17 => string(11) "load_module" 18 => string(13) "modify_fields" 19 => string(6) "getopt" 20 => string(6) "setopt" 21 => string(12) "set_template" 22 => string(6) "render" 23 => string(8) "get_body" 24 => string(4) "body" 25 => string(7) "execute" 26 => string(5) "after" 27 => string(8) "redirect" 28 => string(11) "check_cache" ) ) public request => object Request(19){ }
protected debug => bool FALSE protected autoReload => bool FALSE protected cache => string(59) "/var/www/u0721954/data/www/ukekd.ru/application/cache/twig/" protected lexer => NULL protected parser => NULL protected compiler => NULL protected baseTemplateClass => string(13) "Twig_Template" protected extensions => array(3) ( "core" => object Twig_Extension_Core(3){ protected dateFormats => array(2) ( 0 => string(10) "F j, Y H:i" 1 => string(7) "%d days" ) protected numberFormat => array(3) ( 0 => integer 0 1 => string(1) "." 2 => string(1) "," ) protected timezone => NULL }
"escaper" => object Twig_Extension_Escaper(1){ protected defaultStrategy => string(4) "html" }
"optimizer" => object Twig_Extension_Optimizer(1){ protected optimizers => integer -1 }
) protected parsers => NULL protected visitors => NULL protected filters => NULL protected tests => NULL protected functions => NULL protected globals => NULL protected runtimeInitialized => bool FALSE protected extensionInitialized => bool FALSE protected loadedTemplates => NULL protected strictVariables => bool FALSE protected unaryOperators => NULL protected binaryOperators => NULL protected templateClassPrefix => string(15) "__TwigTemplate_" protected functionCallbacks => array(0) protected filterCallbacks => array(0) protected staging => object Twig_Extension_Staging(6){ protected functions => array(0) protected filters => array(0) protected visitors => array(0) protected tokenParsers => array(0) protected globals => array(0) protected tests => array(0) }
}{ 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(70) "widgets(/<controller>(/<action>(/<id>)(/page<page>)(/tpl_<template>)))" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(7) "widgets" "action" => string(5) "index" "page" => string(1) "0" ) protected _route_regex => string(171) "#^widgets(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?(?:/page(?P<page>[^/.,;?\n]++))?( …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(7) "Widgets" protected _controller => string(4) "News" protected _action => string(11) "news_widget" protected _uri => string(28) "widgets/news/news_widget/320" protected _external => bool FALSE protected _params => array(2) ( "id" => string(3) "320" "page" => string(1) "0" ) 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)
public action => string(11) "news_widget" public widget_data => array(12) ( "id" => string(3) "320" "node_id" => string(1) "3" "widget_id" => string(2) "30" "param" => string(4) "twig" "position" => string(12) "block_center" "title" => string(34) "Новости на главной" "ordering" => string(1) "6" "template" => NULL "general" => NULL "query" => NULL "action" => string(11) "news_widget" "options" => string(31) "{"news_widget_catalog_id":"36"}" ) public widget_options => array(1) ( "news_widget_catalog_id" => string(2) "36" ) }{ }
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(70) "widgets(/<controller>(/<action>(/<id>)(/page<page>)(/tpl_<template>)))" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(7) "widgets" "action" => string(5) "index" "page" => string(1) "0" ) protected _route_regex => string(171) "#^widgets(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?(?:/page(?P<page>[^/.,;?\n]++))?( …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(7) "Widgets" protected _controller => string(4) "News" protected _action => string(11) "news_widget" protected _uri => string(28) "widgets/news/news_widget/320" protected _external => bool FALSE protected _params => array(2) ( "id" => string(3) "320" "page" => string(1) "0" ) 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.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 [ 987 ] » 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(70) "widgets(/<controller>(/<action>(/<id>)(/page<page>)(/tpl_<template>)))" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(7) "widgets" "action" => string(5) "index" "page" => string(1) "0" ) protected _route_regex => string(171) "#^widgets(?:/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?(?:/page(?P<page>[^/.,;?\n]++))?( …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(7) "Widgets" protected _controller => string(4) "News" protected _action => string(11) "news_widget" protected _uri => string(28) "widgets/news/news_widget/320" protected _external => bool FALSE protected _params => array(2) ( "id" => string(3) "320" "page" => string(1) "0" ) 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) }
}982 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 983 ':uri' => $this->_uri, 984 )); 985 } 986 987 return $this->_client->execute($this); 988 } 989 990 /** 991 * Returns whether this request is the initial request Kohana received. 992 * Can be used to test for sub requests.
-
APPPATH/classes/Controller/Main.php [ 167 ] » Kohana_Request->execute()
162 $action = Arr::get($widget, 'action', 'index'); 163 164 $widget_url = 'widgets/'.$widget['name'].'/'.$action.'/'.$widget['wid'].$page1; 165 166 $wdgt = Request::factory($widget_url) 167 ->execute(); 168 169 if(!isset($wdgtarr[$widget['position']])) 170 { 171 $wdgtarr[$widget['position']] = array($wdgt); 172 }
-
APPPATH/classes/Controller/Index.php [ 41 ] » Controller_Main->getWidgets(arguments)
0
string(1) "3"
36 37 38 //ВИДЖЕТЫ ДЛЯ ГЛАВНОЙ СТРАНИЦЫ 39 $GLOBALS['categoryId'] = $categoryId; 40 41 $widgets = $this->getWidgets($categoryId); 42 if(is_array($widgets)) 43 { 44 foreach ($widgets as $position => $widget) 45 { 46 $this->template->$position = $widget;
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Index->action_index()
79 array(':uri' => $this->request->uri()) 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Index(6)
{ public widgets => array(2) ( "block_center" => array(1) ( 0 => object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) "block_header" => array(1) ( 0 => object Response(5){ }
protected _body => string(2544) "<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div cl …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) ) public template => object View(2){ }
protected _body => string(2104) "<div class="row"> <div class="middle_menu"> <!-- --> <ul class="nav nav-justified"> <li class=" selected" id="0"> < …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(62) "/var/www/u0721954/data/www/ukekd.ru/application/views/base.php" protected _data => array(22) ( "title" => string(17) "УК Екадом" "description" => string(0) "" "keywords" => string(0) "" "page_title" => string(31) "Главная страница" "links" => array(0) "header" => object View(2)
public styles => array(6) ( 0 => string(13) "css/menu.less" 1 => string(16) "css/banners.less" 2 => string(15) "css/static.less" 3 => string(15) "css/static.less" 4 => string(15) "css/static.less" 5 => string(12) "css/top.less" ) public auto_render => bool TRUE public request => object Request(19){ protected _file => string(64) "/var/www/u0721954/data/www/ukekd.ru/application/views/header.php" protected _data => array(0) }
"footer" => object View(2){ protected _file => string(64) "/var/www/u0721954/data/www/ukekd.ru/application/views/footer.php" protected _data => array(0) }
"callback" => NULL "for_cart" => NULL "top_menu" => NULL "bottom_block" => NULL "block_top" => NULL "block_center" => array(1) ( 0 => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
) "block_right" => NULL "right_block" => NULL "left_block" => NULL "pathway" => NULL "block_header" => array(1) ( 0 => object Response(5){ }
protected _body => string(2544) "<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div cl …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
) "site_version" => string(8) "adaptive" "auth" => object Response(5){ }
protected _body => string(2104) "<div class="row"> <div class="middle_menu"> <!-- --> <ul class="nav nav-justified"> <li class=" selected" id="0"> < …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
"styles" => array(0) "scripts" => array(30) ( 0 => string(20) "js/plugins/jquery.js" 1 => string(24) "js/plugins/underscore.js" 2 => string(19) "js/jquery-ui.min.js" 3 => string(32) "js/plugins/i18n/datepicker-ru.js" 4 => string(36) "js/plugins/modernizr.custom.17475.js" 5 => string(27) "js/plugins/bootstrap.min.js" 6 => string(36) "js/plugins/jquery.multiselect.min.js" 7 => string(40) "js/plugins/i18n/jquery.multiselect.ru.js" 8 => string(32) "js/plugins/jquery.elevatezoom.js" 9 => string(32) "js/plugins/jquery.querystring.js" 10 => string(16) "js/icheck.min.js" 11 => string(47) "js/plugins/jquery.pickmeup.twitter-bootstrap.js" 12 => string(29) "js/plugins/jquery.pickmeup.js" 13 => string(32) "js/plugins/jquery.placeholder.js" 14 => string(17) "js/jquery.mask.js" 15 => string(22) "js/plugins/fotorama.js" 16 => string(41) "js/plugins/coin_slider/coin-slider.min.js" 17 => string(31) "js/plugins/jquery.rateit.min.js" 18 => string(33) "js/plugins/ion.rangeSlider.min.js" 19 => string(35) "js/plugins/magnific-popup-v0.9.9.js" 20 => string(30) "js/plugins/mosaic.1.0.1.min.js" 21 => string(23) "js/jquery.sticky.min.js" 22 => string(27) "js/jquery.sumoselect.min.js" 23 => string(21) "js/classes/helpers.js" 24 => string(10) "js/main.js" 25 => string(13) "js/catalog.js" 26 => string(10) "js/cart.js" 27 => string(12) "js/static.js" 28 => string(12) "js/static.js" 29 => string(12) "js/static.js" ) ) }{ }
protected _body => string(2695) "<div class="row material"> <div class="col-sm-4 col-xs-12"> <div class="panel panel-primary"> <div class …" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ 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(50) "(<controller>(/<action>(/page<page>)(/<id>.html)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(133) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/page(?P<page>[^/.,;?\n]++))?(?:/(?P<id>[^/.,;?\n]++)\.html)?)?) …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) 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.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(50) "(<controller>(/<action>(/page<page>)(/<id>.html)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(133) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/page(?P<page>[^/.,;?\n]++))?(?:/(?P<id>[^/.,;?\n]++)\.html)?)?) …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) 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.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 [ 987 ] » 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(50) "(<controller>(/<action>(/page<page>)(/<id>.html)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(133) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/page(?P<page>[^/.,;?\n]++))?(?:/(?P<id>[^/.,;?\n]++)\.html)?)?) …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) 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) }
}982 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 983 ':uri' => $this->_uri, 984 )); 985 } 986 987 return $this->_client->execute($this); 988 } 989 990 /** 991 * Returns whether this request is the initial request Kohana received. 992 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 128 ] » Kohana_Request->execute()
123 /** 124 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 125 * If no source is specified, the URI will be automatically detected. 126 */ 127 echo Request::factory(TRUE, array(), FALSE) 128 ->execute() 129 ->send_headers(TRUE) 130 ->body(); 131 }