when i use
$sql->select(array('db' => 'test',
'table' => 'testtable',
'order by' => array('id','DESC')));
they having an wrong order
i use txtsql 2.2 final
and i have one question :
about $sql->last_insert_id(); how does it work,
can you show sample tag for me
about my site it's powered by txtsql, my all database is use txtsql
thank for this project.
