Add/Edit/Delete Using CodeIgniter
In my previous example about Shopping Cart with Checkout Using CodeIgniter, I have a products table but without a product management. In this code sample, you’ll learn how to manage a product with add/edit/delete function using CodeIgniter. BTW, I have change the primary key of the products table from “serial” to “id”. This code is totally a separate project. But you can also learn from our
- Read more about Add/Edit/Delete Using CodeIgniter
- 18 comments
- Log in or register to post comments
- 714 views