Welcome Guest, Not a member yet? Register   Sign In
Custom library extending custom libraries
#19

[eluser]patbert[/eluser]
Oh shi. . .I did do that. Thank you!

Code:
function __construct() {
        parent::__construct();
        $this->get_custom_field_names();

    }

So is this correct? I am getting a very generic CI error now that says:

"To fetch fields requires the name of the table as a parameter."

I think that is the line $field_list = $this->ci->db->list_fields($this->titletbl); in the get_custom_field_names() function. It is almost like $this->titletbl is not set to anything?


Messages In This Thread
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:36 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:40 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:42 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:43 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:46 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:52 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 06:21 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 07:31 AM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:12 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:37 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:42 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:48 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:54 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 03:02 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 03:45 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 03:58 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:06 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:13 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:20 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:39 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB