[eluser]Unknown[/eluser]
[quote author="Carlos G" date="1338657217"]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

[/quote]
Thank you very much good sir! It was very helpful! Cheers!