[eluser]coldKingdom[/eluser]
I really feel stupid to ask this question, but I really have to.
The only thing I want to do right now is the loop all the news in the table, sounds simple enough..
So I have done this in my controller
Code:
function index()
{
$obj = new News();
$obj->get();