


DataTables Add Edit Delete with CodeIgniter | WD - Web Damn - Codeigniter: Delete query with prepared statement
In this tutorial we explain you how to delete data from database using CodeIgniter framework. Just Watch our live demo or download the delete_codeigniter.zip file from below link, extract files and include them in view, controller and model directory of your codeigniter framework as shown in the Read Me.txt file.-: See Also :-To submit a query, use the query function: $this->db->query('YOUR QUERY HERE'); The query () function returns a database result object when "read" type queries are run, which you can use to show your results. When "write" type queries are run it simply returns TRUE or FALSE depending on success or failure.
