APPPATH/views/default/page/investor/index.php [ 37 ]
32 <div class="wrapper after_clear">
33 <div class="asside">
34 <?php echo Widget::load('side-navigation'); ?>
35 </div>
36 <div class="main_content invest">
37 <h1><?php echo $page->title; ?></h1>
38 <h3><?php echo $page->intro; ?></h3>
39 <?php echo $page->description; ?>
40 </div>
41 </div>
42 </section>
-
APPPATH/views/default/page/investor/index.php [ 37 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(36) "Trying to get property of non-object"
2
string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php"
3
integer 37
4
array(6) ( "kohana_view_filename" => string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php" "kohana_view_data" => array(4) ( "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" ) "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" )
32 <div class="wrapper after_clear"> 33 <div class="asside"> 34 <?php echo Widget::load('side-navigation'); ?> 35 </div> 36 <div class="main_content invest"> 37 <h1><?php echo $page->title; ?></h1> 38 <h3><?php echo $page->intro; ?></h3> 39 <?php echo $page->description; ?> 40 </div> 41 </div> 42 </section>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.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(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php"
1
array(4) ( "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" )
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/default/template/site.php [ 96 ] » Kohana_View->__toString()
91 </div> 92 </div> 93 </header> 94 95 96 <?php echo (!empty($site->content) || isset($site->content)) ? $site->content : '' ?> 97 98 99 <?php #echo View::factory('default/page/footer/index'); ?> 100 101 <footer class="<?php echo c::g(App::$config, 'menu.group');?>" type-anim="top" anim-delay='0.9'>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(67) "/home2/mitrabara/public_html/__apps/views/default/template/site.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(67) "/home2/mitrabara/public_html/__apps/views/default/template/site.php"
1
array(1) ( "site" => object stdClass(5)
{ public menu => object stdClass(2)
){ public active => NULL public group => NULL }
public search_key => NULL public content => object View(2){ protected _file => string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php" protected _data => array(4) ( "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" ) }
public styles => array(1) ( "http://mitrabaraadiperdana.co.id/assets/default/site/css/reset" => string(0) "" ) public scripts => array(5) ( 0 => string(73) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/core/1.8.0" 1 => string(59) "http://maps.google.com/maps/api/js?sensor=false&shield=a.js" 2 => string(85) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate" 3 => string(96) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate.additional" 4 => string(92) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.alphanumeric.js" ) }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
-
MODPATH/webarq/themes/classes/Controller/System.php [ 178 ] » Kohana_Controller_Template->after()
173 174 //Rendering 175 $this->render(); 176 177 //Confirm with parent 178 parent::after(); 179 180 //Destroy un-necessary data 181 Kernel::destroy(); 182 183 }
-
APPPATH/classes/Controller/Default/Template/Site.php [ 63 ] » Controller_System->after()
58 $this->template = 'offline'; 59 60 parent::before(); 61 } 62 63 parent::after(); 64 } 65 66 67 68 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Default_Template_Site->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_Page_Site_Investor_Index(33)
{ protected permalink => NULL protected param1 => NULL protected param2 => NULL private title => NULL private bread => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" public arrNavigation => NULL public template => object View(2)
{ protected _file => string(67) "/home2/mitrabara/public_html/__apps/views/default/template/site.php" protected _data => array(1) ( "site" => object stdClass(5)
private _template => string(4) "site" private template_folder => string(8) "template" private template_vars => array(1) ( "content" => object View(2){ public menu => object stdClass(2)
) }{ public active => NULL public group => NULL }
public search_key => NULL public content => object View(2){ protected _file => string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php" protected _data => array(4) ( "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" ) }
public styles => array(1) ( "http://mitrabaraadiperdana.co.id/assets/default/site/css/reset" => string(0) "" ) public scripts => array(5) ( 0 => string(73) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/core/1.8.0" 1 => string(59) "http://maps.google.com/maps/api/js?sensor=false&shield=a.js" 2 => string(85) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate" 3 => string(96) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate.additional" 4 => string(92) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.alphanumeric.js" ) }{ protected _file => string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php" protected _data => array(4) ( "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" ) }
) private _temp_var => string(7) "content" private error_level => integer 0 private _styles => array(0) private _scripts => array(4) ( 0 => string(59) "http://maps.google.com/maps/api/js?sensor=false&shield=a.js" 1 => string(85) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate" 2 => string(96) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate.additional" 3 => string(92) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.alphanumeric.js" ) private media_ui_custom => bool FALSE protected site => object stdClass(5){ public menu => object stdClass(2)
protected post => NULL protected get => NULL protected controller => string(5) "Index" protected action => string(5) "index" protected css_reset => string(5) "reset" protected jquery => string(5) "1.8.0" protected browser_function => bool TRUE protected themes => string(7) "default" public auto_render => bool TRUE public request => object Request(19){ public active => NULL public group => NULL }
public search_key => NULL public content => object View(2){ protected _file => string(73) "/home2/mitrabara/public_html/__apps/views/default/page/investor/index.php" protected _data => array(4) ( "page" => string(0) "" "title" => string(0) "" "breadcrumb" => string(198) "<div class="breadcrumb"><a href="http://mitrabaraadiperdana.co.id/en">Home</a><span>› </span><a href="http://mitraba …" "pagination" => string(0) "" ) }
public styles => array(1) ( "http://mitrabaraadiperdana.co.id/assets/default/site/css/reset" => string(0) "" ) public scripts => array(5) ( 0 => string(73) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/core/1.8.0" 1 => string(59) "http://maps.google.com/maps/api/js?sensor=false&shield=a.js" 2 => string(85) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate" 3 => string(96) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.validate.additional" 4 => string(92) "http://mitrabaraadiperdana.co.id/assets/__system/lib/js/jquery/plugin/jquery.alphanumeric.js" ) }{ 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(62) "(<lang>/)investor-relation(/<permalink>)(/<param1>)(/<param2>)" protected _regex => array(1) ( "lang" => string(37) "([a-zA-Z]{2}|[a-zA-Z]{2}-[a-zA-Z]{2})" ) protected _defaults => array(5) ( "lang" => string(2) "en" "package" => string(4) "page" "directory" => string(13) "site/investor" "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(169) "#^(?:(?P<lang>([a-zA-Z]{2}|[a-zA-Z]{2}-[a-zA-Z]{2}))/)?investor-relation(?:/(?P<permalink>[^/.,;?\n]++))?(?:/(?P<param1>[^/.,;?\ …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(18) "Page/Site/Investor" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(20) "en/investor-relation" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "en" ) 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 param3 => NULL public param4 => NULL public view => string(5) "index" public feature => string(0) "" public year => string(0) "" public data => string(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(62) "(<lang>/)investor-relation(/<permalink>)(/<param1>)(/<param2>)" protected _regex => array(1) ( "lang" => string(37) "([a-zA-Z]{2}|[a-zA-Z]{2}-[a-zA-Z]{2})" ) protected _defaults => array(5) ( "lang" => string(2) "en" "package" => string(4) "page" "directory" => string(13) "site/investor" "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(169) "#^(?:(?P<lang>([a-zA-Z]{2}|[a-zA-Z]{2}-[a-zA-Z]{2}))/)?investor-relation(?:/(?P<permalink>[^/.,;?\n]++))?(?:/(?P<param1>[^/.,;?\ …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(18) "Page/Site/Investor" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(20) "en/investor-relation" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "en" ) 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))
-
MODPATH/webarq/kernel/classes/Request.php [ 83 ] » 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(62) "(<lang>/)investor-relation(/<permalink>)(/<param1>)(/<param2>)" protected _regex => array(1) ( "lang" => string(37) "([a-zA-Z]{2}|[a-zA-Z]{2}-[a-zA-Z]{2})" ) protected _defaults => array(5) ( "lang" => string(2) "en" "package" => string(4) "page" "directory" => string(13) "site/investor" "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(169) "#^(?:(?P<lang>([a-zA-Z]{2}|[a-zA-Z]{2}-[a-zA-Z]{2}))/)?investor-relation(?:/(?P<permalink>[^/.,;?\n]++))?(?:/(?P<param1>[^/.,;?\ …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(18) "Page/Site/Investor" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(20) "en/investor-relation" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "en" ) 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) }
}78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 private function debugging($processed) { 87 echo Debug::vars($processed); 88 echo '<pre>',
-
DOCROOT/index.php [ 118 ] » Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }