ErrorException [ Notice ]: Undefined variable: weekly

APPPATH/views/news_weekly.php [ 30 ]

25 			<div id="content">
26 				<div id="content-overlay"></div>
27 				<div id="content-data">
28 					<h1>My Weekly Articles</h1>
29 					<ul id="archive-items">
30 						<?php foreach ($weekly as $article): ?>
31 						<?= $article['content'] ?>
32 						<?php endforeach; ?>
33 					</ul>
34 
35 					<? include Kohana::find_file('views', 'shared/footer'); ?>
  1. APPPATH/views/news_weekly.php [ 30 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  5. SYSPATH/classes/kohana/response.php [ 225 ] » Kohana_View->__toString()

  6. APPPATH/classes/controller/news.php [ 85 ] » Kohana_Response->body(arguments)

  7. {PHP internal call} » Controller_News->action_weekly()

  8. SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)

  9. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  10. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment