![]() |
Active Record "insert" is not working properly - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Active Record "insert" is not working properly (/showthread.php?tid=44022) |
Active Record "insert" is not working properly - El Forum - 08-06-2011 [eluser]Daksh Mehta[/eluser] yes, after successful use of commented condition, its working properly. But, still its a problem why its not working without that condition.. Active Record "insert" is not working properly - El Forum - 08-06-2011 [eluser]waynhall[/eluser] Can you post the view that submits to Register::process() ? Active Record "insert" is not working properly - El Forum - 08-06-2011 [eluser]appleboy[/eluser] I think that your model code as follows: Code: class Members extends CI_Model { It's all right that use default value to replace condition. You can referrer system/database/DB_driver.php Code: /** |