Welcome Guest, Not a member yet? Register   Sign In
Problem with the Model inclusion
#14

[eluser]Eric Cope[/eluser]
[quote author="Helmasaur" date="1261970975"][quote author="Eric Cope" date="1261953580"]It sounds like an web server issue. Check the file extensions. Are they any typos?[/quote]
I don't understand about "typos". Can you explain pleaseĀ ?

About the loading of the model with the auto-connection, I modified it, it's now:
Code:
function index()
{
  $this->load->model('News', 'news');        
        
  // $data['last_news'] = $this->news->get_last_news(2);
  // $this->parser->parse('index_view', $data);
}
But it doesn't change anything. There is the same problem Confused.

It doesn't come from the parser function, it's sure.[/quote]

instead of .php, its .phg
Apache will only send specific files to the PHP Interpreter. Its a long shot, but worth looking.


Messages In This Thread
Problem with the Model inclusion - by El Forum - 12-26-2009, 06:32 PM
Problem with the Model inclusion - by El Forum - 12-26-2009, 07:04 PM
Problem with the Model inclusion - by El Forum - 12-26-2009, 07:10 PM
Problem with the Model inclusion - by El Forum - 12-26-2009, 08:38 PM
Problem with the Model inclusion - by El Forum - 12-26-2009, 10:20 PM
Problem with the Model inclusion - by El Forum - 12-27-2009, 01:47 AM
Problem with the Model inclusion - by El Forum - 12-27-2009, 04:20 AM
Problem with the Model inclusion - by El Forum - 12-27-2009, 06:42 AM
Problem with the Model inclusion - by El Forum - 12-27-2009, 09:35 AM
Problem with the Model inclusion - by El Forum - 12-27-2009, 10:39 AM
Problem with the Model inclusion - by El Forum - 12-27-2009, 02:37 PM
Problem with the Model inclusion - by El Forum - 12-27-2009, 03:29 PM
Problem with the Model inclusion - by El Forum - 12-27-2009, 09:51 PM
Problem with the Model inclusion - by El Forum - 12-27-2009, 10:26 PM
Problem with the Model inclusion - by El Forum - 12-28-2009, 03:55 AM
Problem with the Model inclusion - by El Forum - 12-31-2009, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB