09-30-2008, 10:38 AM
[eluser]narkaT[/eluser]
you can either change the storage engine of your tables to innodb,
or you can use the "$this->db->query" method to lock the tables
with an "normal" sql-query
you can either change the storage engine of your tables to innodb,
or you can use the "$this->db->query" method to lock the tables
with an "normal" sql-query
