Welcome Guest, Not a member yet? Register   Sign In
News section
#1

ParseError

syntax error, unexpected 'public' (T_PUBLIC), expecting end of file


APPPATH\Controllers\News.php at line 23
Code:
16     {
17         $model = new NewsModel();
18
19         $data['news'] = $model->getNews($slug);
20     }
21 }
22
23 public function index()
24 {
25     $model = new NewsModel();
26
27     $data = [
28         'news'  => $model->getNews(),
29         'title' => 'News archive',
30     ];
Reply


Messages In This Thread
News section - by vojkoz - 01-14-2021, 08:04 AM
RE: News section - by captain-sensible - 01-14-2021, 10:22 AM
RE: News section - by vojkoz - 01-14-2021, 10:50 AM
RE: News section - by captain-sensible - 01-14-2021, 01:20 PM
RE: News section - by InsiteFX - 01-14-2021, 09:57 PM
RE: News section - by iRedds - 01-15-2021, 12:54 AM
RE: News section - by nicojmb - 01-15-2021, 01:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB