![]() |
the models class ( whene I use it ) - 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: the models class ( whene I use it ) (/showthread.php?tid=33441) |
the models class ( whene I use it ) - El Forum - 08-25-2010 [eluser]Mr.CodeIgniter[/eluser] i need to know whene i use it ( whene i need insert , update , delete , ...) from database , or it use for other things the models class ( whene I use it ) - El Forum - 08-27-2010 [eluser]samitrimal[/eluser] Download and Study the following code.It may help you.I learned from the mvc from it. It may help you too Code: http://sourceforge.net/projects/mvc-php/ the models class ( whene I use it ) - El Forum - 08-27-2010 [eluser]Mr.CodeIgniter[/eluser] Thank you . |