Transaction |
Hi sorry for english , can i insert in a transaction a simple method instead of db statement ?
For example i want rollback if a mail was not been send...
Yes you can do commit or rollback manually. Read this: http://codeigniter.com/user_guide/databa...s-manually
PHP Code: $this->db->transBegin();
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/ |
Welcome Guest, Not a member yet? Register Sign In |