Welcome Guest, Not a member yet? Register   Sign In
Extending CI_MODEL but nothing....
#10

[eluser]andreffonseca[/eluser]
Hi boltsabre,

Everything is working fine. Is in the Model when i try to access any loaded libraries before i do the & get_instance it gives me that error.
I thing somehow the model class is not inherit the get_instance.



I think there is something wrong with the model library.
Code:
/*This code belongs to the model library from the CI code*/

class CI_Model {

/**
  * Constructor
  *
  * @access public
  */
function __construct()
{
  log_message('debug', "Model Class Initialized");
}

/**
  * __get
  *
  * Allows models to access CI's loaded classes using the same
  * syntax as controllers.
  *
  * @param string
  * @access private
  */
function __get($key)
{
  $CI =& get_instance();
  return $CI->$key;
}
}


Messages In This Thread
Extending CI_MODEL but nothing.... - by El Forum - 05-20-2013, 10:20 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-21-2013, 02:49 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-21-2013, 05:55 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-21-2013, 06:37 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-21-2013, 11:38 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-21-2013, 02:12 PM
Extending CI_MODEL but nothing.... - by El Forum - 05-22-2013, 03:10 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-22-2013, 03:13 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-22-2013, 04:40 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-22-2013, 05:07 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-22-2013, 01:58 PM
Extending CI_MODEL but nothing.... - by El Forum - 05-23-2013, 07:08 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-23-2013, 07:35 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-23-2013, 08:37 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-23-2013, 08:41 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-24-2013, 04:20 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-24-2013, 04:39 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-24-2013, 05:12 AM
Extending CI_MODEL but nothing.... - by El Forum - 05-24-2013, 06:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB