Welcome Guest, Not a member yet? Register   Sign In
Unknown column 'email' in 'field list'
#4

[eluser]TheFuzzy0ne[/eluser]
$this->email is the email library. It's accessible from both your model and from your controller. When CodeIgniter loads a model, the model imports methods and properties from the CodeIgniter Super Object. If you don't want that behaviour, you can override it.

./system/application/libraries/MY_Model.php
Code:
class MY_Model extends CI_Model {

    function _assign_libraries() { }

}
// End of File: MY_Model.php
// Location: ./system/application/libraries/MY_Model.php

The above code is untested, but should suppress the behaviour you mentioned.


Messages In This Thread
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 03:55 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 04:08 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 04:23 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 04:55 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:01 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:05 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:10 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:27 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:33 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 05:36 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 06:36 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 07:49 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 08:16 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:08 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:16 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:40 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 09:51 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 10:00 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 10:21 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 11:40 AM
Unknown column 'email' in 'field list' - by El Forum - 03-02-2009, 01:54 PM
Unknown column 'email' in 'field list' - by El Forum - 09-24-2009, 04:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB