DOCROOT/private/templates/akosoft3/views/posts/events/calendar.php [ 69 ]
64 ?></td>
65 </tr>
66 </tfoot>
67 </table>
68
69 <?php if(count($events)): ?>
70 <div class="events">
71 <?php foreach($events as $year => $events_year): ?>
72 <?php foreach($events_year as $month => $events_month): ?>
73 <?php foreach($events_month as $day => $events_day): ?>
74 <div class="events_day">
-
DOCROOT/private/templates/akosoft3/views/posts/events/calendar.php [ 69 ] » Kohana_Core::error_handler()
64 ?></td> 65 </tr> 66 </tfoot> 67 </table> 68 69 <?php if(count($events)): ?> 70 <div class="events"> 71 <?php foreach($events as $year => $events_year): ?> 72 <?php foreach($events_year as $month => $events_month): ?> 73 <?php foreach($events_month as $day => $events_day): ?> 74 <div class="events_day"> -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(99) "/var/www/vhosts/influencerzy.eu/httpdocs/private/templates/akosoft3/views/posts/events/calendar.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()
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 } -
MODPATH/akosoft/site_posts/classes/widget/events/calendar.php [ 143 ] » Kohana_View->render()
138 ->set('year', $this->get('year')) 139 ->set('month', $this->get('month')) 140 ->set('events', $this->get_events()) 141 ->set('weeks', $this->get_weeks()); 142 143 return $view->render(); 144 } 145 146 public function render($view_file = NULL) 147 { 148 $this->set('widget', $this); -
DOCROOT/private/templates/akosoft3/views/widget/events/calendar.php [ 16 ] » Widget_Events_Calendar->render_events_calendar()
11 ); ?> 12 </div> 13 <div class="content"> 14 15 <div class="events_calendar_container"> 16 <?php echo $widget->render_events_calendar() ?> 17 </div> 18 19 <script> 20 $(function() { 21 $('.events_calendar_container').on('click', '.calendar a', function(e) { -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(100) "/var/www/vhosts/influencerzy.eu/httpdocs/private/templates/akosoft3/views/widget/events/calendar.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()
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 } -
MODPATH/akosoft/core/classes/Widget/Box.php [ 62 ] » Kohana_View->render()
57 { 58 $view_file = 'widget/'.$this->_view_file; 59 } 60 61 return View::factory($view_file, $this->_params) 62 ->render(); 63 } 64 65 public function __toString() 66 { 67 try -
MODPATH/akosoft/site_posts/classes/widget/events/calendar.php [ 150 ] » Widget_Box->render()
145 146 public function render($view_file = NULL) 147 { 148 $this->set('widget', $this); 149 150 return parent::render($view_file); 151 } 152 153 } -
DOCROOT/private/templates/akosoft3/views/layouts/posts/sidebar.php [ 61 ] » Widget_Events_Calendar->render()
56 <a href="<?php echo Route::url('site_posts/frontend/posts/add') ?>" class="add_article_btn"> 57 <span><?php echo ___('posts.add_btn') ?></span> 58 </a> 59 <?php endif; ?> 60 61 <?php if(Posts::config('events.enabled')) echo Widget_Box::factory('events/calendar')->render() ?> 62 63 <?php if(Modules::enabled('site_galleries')) echo Widget_Box::factory('galleries/sidebar/last')->render() ?> 64 65 <?php if(Modules::enabled('site_ads')) echo ads::show(ads::PLACE_POSTS_A, 9999, 'frontend/ads/show_inline') ?> 66 -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(99) "/var/www/vhosts/influencerzy.eu/httpdocs/private/templates/akosoft3/views/layouts/posts/sidebar.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()
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 } -
DOCROOT/private/templates/akosoft3/views/layouts/posts_main.php [ 29 ] » Kohana_View->render()
24 <div class="clearfix"></div> 25 26 </div> 27 28 <div id="sidebar" class="col-md-4"> 29 <?php echo View::factory('layouts/posts/sidebar')->render() ?> 30 </div> 31 32 <div class="clearfix"></div> 33 </div> 34 -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(96) "/var/www/vhosts/influencerzy.eu/httpdocs/private/templates/akosoft3/views/layouts/posts_main.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()
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. -
MODPATH/akosoft/core/classes/View/Template.php [ 198 ] » Kohana_View->__toString()
193 { 194 $this->layout->set($this->layout_data) 195 ->set('content', isset($this->content) ? (string)$this->content : NULL); 196 } 197 198 return (string)$this->layout; 199 } 200 201 return NULL; 202 } 203 -
DOCROOT/private/templates/akosoft3/classes/Template/Frontend.php [ 87 ] » View_Template->render_layout()
82 { 83 $this->set_layout('layouts/content'); 84 } 85 } 86 87 return parent::render_layout(); 88 } 89 90 public function render($file = NULL) 91 { 92 if(!empty($this->action_tab)) -
MODPATH/akosoft/core/classes/View/Template.php [ 241 ] » Template_Frontend->render_layout()
236 'content' => URL::site($this->asset('img/logo.png', 'frontend'), TRUE), 237 ); 238 } 239 240 $this->content = isset($this->content) ? (string)$this->content : NULL; 241 $this->layout = $this->render_layout(); 242 243 return parent::render($file); 244 } 245 246 protected function _get_config() -
DOCROOT/private/templates/akosoft3/classes/Template/Frontend.php [ 139 ] » View_Template->render()
134 { 135 $this->set('module_nav_side', View::factory('template/notifier/partials/module_nav')); 136 } 137 } 138 139 return parent::render($file); 140 } 141 142 } -
MODPATH/akosoft/core/classes/Controller/Template.php [ 53 ] » Template_Frontend->render()
48 */ 49 public function after() 50 { 51 if ($this->auto_render === TRUE) 52 { 53 $this->response->body($this->template->render()); 54 } 55 56 parent::after(); 57 } 58 -
MODPATH/akosoft/site_frontend/classes/controller/frontend/main.php [ 122 ] » Controller_Template->after()
117 118 Events::fire('frontend/after', array( 119 'controller' => $this, 120 )); 121 122 parent::after(); 123 } 124 125 /** 126 * @return bool 127 */ -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Frontend_Main->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()
-
MODPATH/akosoft/core/classes/Request/Client/Internal.php [ 115 ] » ReflectionMethod->invoke()
110 111 // Create a new instance of the controller 112 $controller = $class->newInstance($request, $response); 113 114 // Run the controller's execute() method 115 $response = $class->getMethod('execute')->invoke($controller); 116 117 if ( ! $response instanceof Response) 118 { 119 // Controller failed to return a Response. 120 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Request_Client_Internal->execute_request()
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 [ 993 ] » Kohana_Request_Client->execute()
988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests. -
DOCROOT/index.php [ 75 ] » Kohana_Request->execute()
70 Kohana::$environment = Kohana::DEVELOPMENT; 71 } 72 73 // Front controller 74 echo Request::factory(TRUE, [], FALSE) 75 ->execute() 76 ->send_headers() 77 ->body();





















