Welcome Guest, Not a member yet? Register   Sign In
Help with firebird driver
#2

[eluser]Carlos G[/eluser]
Hi Marko,

I have tested your function with the last version of my driver and works good, here is the way i've tested it:

Code:
$q = $this->getAll();
$this->load->library('table');
echo $this->table->generate($q);

please download the last versión of the driver from the github repository and you could checkit...

if you are doing a var_dump of the query object not all the properties of the object are showed completely, but you still can use the result functions like result_array() or result_object(), even the library for html tables works as in the sample that i've tested

Cheers Marko and hope this may be helpful Smile


Messages In This Thread
Help with firebird driver - by El Forum - 05-31-2012, 05:40 AM
Help with firebird driver - by El Forum - 06-02-2012, 10:13 AM
Help with firebird driver - by El Forum - 06-04-2012, 12:15 AM
Help with firebird driver - by El Forum - 06-11-2012, 10:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB