![]() |
Does my CRUD is good?? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Does my CRUD is good?? (/showthread.php?tid=37753) |
Does my CRUD is good?? - El Forum - 01-19-2011 [eluser]Unknown[/eluser] Hello I'm start playing with php and codeigniter and i'm wonder if my code is good So it will by nice if you would tell me if somethink with my code is wrong. Maybe somethink i should add or delete. Code: class Account_M extends MY_Model { CRUD without Delete function XD Sorry for my bad english. Does my CRUD is good?? - El Forum - 01-19-2011 [eluser]gidarren[/eluser] I think its good, and I like the fact that you optimized your IF statements. |