Showing posts with label table. Show all posts
Showing posts with label table. Show all posts

jTable to edit and process MySQL table using CodeIgnitor : Part 2

Previously in Part 1, we generated table using Datatables. However, part 1 tutorial was only to display data from database. To create, update and delete rows, it's better to use jTable as its fr…

DataTables to display MySQL table using CodeIgnitor : Part 1

This blog is 2 part tutorial to help you to display MySQL data  using Codeignitor. Previously, before MVC, I use to write loops and pagination of tables from scratch. I use to do that on java in 11t…

MySQL insert with HTML Form using CodeIgnitor

Using Core PHP, you can submit form and insert row in MySQL table using a single file. However, the method can be insecure. Using MVC model of CodeIgnitor, you can create a secure method. I can thin…