Welcome Guest, Not a member yet? Register   Sign In
list_fields not working on query
#8

[eluser]toopay[/eluser]
Code:
$query = $this->db->get($mytablename);
$list1 = $query->list_fields();
echo 'this is the first call on table results: <br />';
print_r($list1);
echo '<br />this is the second call on table results: <br />';
print_r($list1);
$query = $this->db->get('tad_keywords');
$list2 = $query->list_fields($mytablename);
echo '<br />this is the first call on full table: <br />';
print_r($this->db->list_fields($list2));
echo '<br />this is the second call on full table: <br />';
print_r($query->list_fields($list2));


Messages In This Thread
list_fields not working on query - by El Forum - 01-01-2011, 10:01 AM
list_fields not working on query - by El Forum - 01-01-2011, 02:36 PM
list_fields not working on query - by El Forum - 01-01-2011, 03:31 PM
list_fields not working on query - by El Forum - 01-01-2011, 03:57 PM
list_fields not working on query - by El Forum - 01-02-2011, 04:09 AM
list_fields not working on query - by El Forum - 01-02-2011, 04:26 PM
list_fields not working on query - by El Forum - 04-18-2011, 12:46 PM
list_fields not working on query - by El Forum - 04-18-2011, 07:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB