Crazzy query idea |
[eluser]CroNiX[/eluser]
All of this: Code: $postdata = $this->input->post(); does the exact same thing as: Code: $this->db->insert('tests', $this->input->post()); |
Messages In This Thread |
Crazzy query idea - by El Forum - 07-16-2014, 09:52 AM
Crazzy query idea - by El Forum - 07-16-2014, 12:03 PM
Crazzy query idea - by El Forum - 07-16-2014, 01:09 PM
Crazzy query idea - by El Forum - 07-16-2014, 01:10 PM
Crazzy query idea - by El Forum - 07-16-2014, 04:08 PM
|