Database issue [Solved] |
[eluser]LuckyFella73[/eluser]
I would recommend to use the active record class of Codeigniter: http://ellislab.com/codeigniter/user-gui...ecord.html At first I would check if the variables you have in your method have the values they should have. Put this in your controller: Code: $this->output->enable_profiler(TRUE); then you should see the generated query string in your footer. |
Messages In This Thread |
Database issue [Solved] - by El Forum - 07-05-2011, 12:12 AM
Database issue [Solved] - by El Forum - 07-05-2011, 04:20 AM
Database issue [Solved] - by El Forum - 07-05-2011, 05:13 AM
Database issue [Solved] - by El Forum - 07-05-2011, 09:19 AM
Database issue [Solved] - by El Forum - 07-06-2011, 12:52 AM
|