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

(This post was last modified: 01-14-2021, 10:25 AM by captain-sensible.)

i can only see what you have posted but index method is missing a curly brace, above that it looks un complete could be:


Code:
public function index()
{
        

     $model = new NewsModel();  
     $data['news'] = $model->getNews($slug);
     $data = [
         'news'  => $model->getNews(),
         'title' => 'News archive', // there is no other item so "," not needed


     ];


} //end of method
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