Welcome Guest, Not a member yet? Register   Sign In
News Section data not showing | database connection
#4

[eluser]Unknown[/eluser]
[quote author="InsiteFX" date="1408625778"]It is because you are not following the instructions!

Code:
public function index()
{
$data['news'] = $this->news_model->get_news();
$data['title'] = 'News archive';

$this->load->view('templates/header', $data);
$this->load->view('news/index', $data);
$this->load->view('templates/footer');
}

Read the User Guide again all the way and you will see.
[/quote]


Thanks found it Smile
i


Messages In This Thread
News Section data not showing | database connection - by El Forum - 08-20-2014, 11:51 PM
News Section data not showing | database connection - by El Forum - 08-21-2014, 12:39 AM
News Section data not showing | database connection - by El Forum - 08-21-2014, 05:56 AM
News Section data not showing | database connection - by El Forum - 08-21-2014, 02:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB