APPPATH/views/article_recruit.php [ 6 ]
1 <?php
2 $cog = '';
3
4 $cog .= '<div class="row">';
5 $cog .= '<div class="aside">';
6 $cog .= '<h1>'.$title.'</h1>';
7 $cog .= '</div>';
8
9 $cog .= '<div class="section">';
10 $cog .= '<ul class="none">';
11 foreach($kids as $subpage)
-
APPPATH/views/article_recruit.php [ 6 ] » Kohana_Core::error_handler()
1 <?php 2 $cog = ''; 3 4 $cog .= '<div class="row">'; 5 $cog .= '<div class="aside">'; 6 $cog .= '<h1>'.$title.'</h1>'; 7 $cog .= '</div>'; 8 9 $cog .= '<div class="section">'; 10 $cog .= '<ul class="none">'; 11 foreach($kids as $subpage) -
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0string(68) "/home/bon49527/public_html/koh/application/views/article_recruit.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 [ 343 ] » Kohana_View::capture(arguments)
0string(68) "/home/bon49527/public_html/koh/application/views/article_recruit.php"338 { 339 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // 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 // Display the exception message 233 Kohana_Exception::handler($e); -
APPPATH/classes/controller/recruit.php [ 58 ] » Kohana_View->__toString()
53 54 $info['kids'] = $page->get_all_children(LOCKED_PAGE_RECRUIT); 55 $info['topslug'] = 'careers'; 56 $info['slug'] = 'recruitment-key-dates'; 57 58 $this->template->content .= View::factory('article_recruit', $info); 59 } 60 61 $this->template->content .= View::factory('node_subfoot'); 62 } 63 -
{PHP internal call} » Controller_Recruit->action_index()
-
SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)
0object Controller_Recruit(4)
{ public template => object View(2){ protected _file => string(67) "/home/bon49527/public_html/koh/application/views/template_index.php" protected _data => array(14) ( "title" => string(41) "Bond University Law Students' Association" "content" => string(80) "<div class="row"><div class="mastAside"></div><div class="mastHero"></div></div>" "baseurl" => string(1) "/" "theme" => string(6) "theme/" "theme_images" => string(13) "theme/images/" "library" => string(15) "/theme/library/" "media" => string(8) "//media/" "meta_keys" => string(15) "bond university" "meta_desc" => string(41) "Bond University Law Students' Association" "footer" => object View(2)public auto_render => bool TRUE public request => object Request(20){ protected _file => string(62) "/home/bon49527/public_html/koh/application/views/node_news.php" protected _data => array(0) }"nav_links" => array(2) ( "parents" => array(8) ( 0 => array(9) ( ... ) 1 => array(9) ( ... ) 2 => array(9) ( ... ) 3 => array(9) ( ... ) 4 => array(9) ( ... ) 5 => array(9) ( ... ) 6 => array(9) ( ... ) 7 => array(9) ( ... ) ) "children" => array(8) ( 2 => array(4) ( ... ) 3 => array(6) ( ... ) 4 => array(3) ( ... ) 5 => array(4) ( ... ) 6 => array(4) ( ... ) 8 => array(2) ( ... ) 9 => array(4) ( ... ) 47 => array(3) ( ... ) ) ) "footer_links" => array(2) ( "parents" => array(7) ( 0 => array(9) ( ... ) 1 => array(9) ( ... ) 2 => array(9) ( ... ) 3 => array(9) ( ... ) 4 => array(9) ( ... ) 5 => array(9) ( ... ) 6 => array(9) ( ... ) ) "children" => array(7) ( 2 => array(4) ( ... ) 3 => array(6) ( ... ) 4 => array(3) ( ... ) 5 => array(4) ( ... ) 6 => array(4) ( ... ) 8 => array(2) ( ... ) 9 => array(4) ( ... ) ) ) "styles" => array(0) "scripts" => array(0) ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(4) "http" protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _callback => NULL protected _uri => string(41) "careers/recruitment-key-dates(/<closers>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(7) "recruit" "action" => string(5) "index" ) protected _route_regex => string(66) "#^careers/recruitment-key-dates(?:/(?P<closers>[^/.,;?\n]++))?$#uD" }protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(4) "http" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "recruit" protected _action => string(5) "index" protected _uri => string(29) "careers/recruitment-key-dates" 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(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1329950734 }public _injected_routes => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(4) "http" }1array(0)127 * Execute the main action with the parameters 128 * 129 * @deprecated $params passing is deprecated since version 3.1 130 * will be removed in 3.2. 131 */ 132 $method->invokeArgs($controller, $params); 133 134 // Execute the "after action" method 135 $class->getMethod('after')->invoke($controller); 136 137 // Stop response time -
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)
0object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(4) "http" protected _referrer => NULL protected _route => object Route(5){ protected _callback => NULL protected _uri => string(41) "careers/recruitment-key-dates(/<closers>)" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(7) "recruit" "action" => string(5) "index" ) protected _route_regex => string(66) "#^careers/recruitment-key-dates(?:/(?P<closers>[^/.,;?\n]++))?$#uD" }protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(4) "http" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "recruit" protected _action => string(5) "index" protected _uri => string(29) "careers/recruitment-key-dates" 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(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1329950734 }public _injected_routes => array(0) }1133 throw new Kohana_Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1134 ':uri' => $this->_uri, 1135 )); 1136 } 1137 1138 return $this->_client->execute($this); 1139 } 1140 1141 /** 1142 * Returns whether this request is the initial request Kohana received. 1143 * Can be used to test for sub requests. -
DOCROOT/index.php [ 111 ] » Kohana_Request->execute()
106 107 if ( !defined('SUPPRESS_REQUEST')) 108 { 109 try 110 { 111 echo Request::factory()->execute()->send_headers()->body(); 112 } 113 catch(Exception $e) 114 { 115 echo Request::factory('error')->execute()->status(404)->send_headers()->body(); 116 }
