CodeIgniter Forums
get_where() - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: get_where() (/showthread.php?tid=6706)



get_where() - El Forum - 03-09-2008

[eluser]-spy-[/eluser]
i tried to use the codeextinguisher..but whenever i edit or delete certain record, error occured.
Code:
EDIT
Fatal error: Call to undefined method CI_DB_mysql_driver::get_where() in C:\Program Files\xampp\htdocs\pupcommonwealth.edu.ph\codex\application\controllers\codexcontroller.php on line 157

DELETE
Fatal error: Call to undefined method CI_DB_mysql_driver::get_where() in C:\Program Files\xampp\htdocs\pupcommonwealth.edu.ph\codex\application\controllers\codexcontroller.php on line 271

i hope you can help me guys


get_where() - El Forum - 03-09-2008

[eluser]Michael Wales[/eluser]
Are you using the most recent version of CI?

In older versions, getwhere() existed but it was deprecated in favor for get_where().

I would ensure you are running the most recent release off of the downloads page.