/**
  * Start your transaction before a set of dependent queries
  */
 public function start()
 {
     $this->_db->start_transaction();
 }