A PHP Error was encountered Severity: Notice Message: Trying to get property of non-object Filename: controllers/account.php Line Number: 32
function addDomain($options = array()) { //required values if(!$this->_required( array('doWebsite', 'doUser'),$options) )return false; $this->db->insert('comments', $options); return $this->db->insert_id(); }