Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 2 can't extend CI_Model
#4

[eluser]Jelmer[/eluser]
It should be "class MY_Model extends CI_Model", like almost every CI included class extention.

But an application crash might be caused by anything, without the error message there's no way I could help you figure out what's wrong.

If you're not seeing an error, make sure you have the error_reporting function in your main index.php set to E_ALL or something like that. If you're still not seeing an error at that point add this just below the error_reporting() function:
Code:
ini_set('display_errors', 'On');


Messages In This Thread
CodeIgniter 2 can't extend CI_Model - by El Forum - 08-07-2010, 11:14 AM
CodeIgniter 2 can't extend CI_Model - by El Forum - 08-07-2010, 11:28 AM
CodeIgniter 2 can't extend CI_Model - by El Forum - 08-07-2010, 11:38 AM
CodeIgniter 2 can't extend CI_Model - by El Forum - 08-07-2010, 01:58 PM
CodeIgniter 2 can't extend CI_Model - by El Forum - 08-07-2010, 06:29 PM
CodeIgniter 2 can't extend CI_Model - by El Forum - 01-31-2011, 04:51 PM
CodeIgniter 2 can't extend CI_Model - by El Forum - 08-25-2012, 08:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB