Model |
[eluser]RedIgniter[/eluser]
Hello guys, I am making a site using codeigniter where I am going to have a lot of inserting, updating and selecting data.. What is the best way of doing this in models or in some other way possible?
[eluser]mi6crazyheart[/eluser]
Of-course, for all those dirty DB works MODEL is right place...
[eluser]mi6crazyheart[/eluser]
For making model go through this : http://ellislab.com/codeigniter/user-gui...odels.html For making respective SQL query use CI's active record class: http://ellislab.com/codeigniter/user-gui...ecord.html |
Welcome Guest, Not a member yet? Register Sign In |