Tag Archives: learning codeigniter from scratch

upload-image-with-codeigniter

Upload image with codeigniter

Hello World, This is ninth tutorial of the series Learn codeigniter from scratch. In the previous tutorial of this series, we have learned that how to perform update delete data in database with codeigniter. In this tutorial, we will learn how to upload image with codeigniter and save in database. From starting, we are performing all our code on todo list application. So this tutorial will also apply the code in todo list app.

Continue reading

searching-and-sorting-with-codeigniter

Searching and sorting with codeigniter

Hello World, Welcome to codeigniter tutorial series Learn codeigniter from scratch. In the previous tutorial you have learned that how to update and delete data from database with codeigniter. In this tutorial, we will learn that how we can perform searching and sorting with codeigniter. We will apply searching and sorting on out existing todo app. I have divided this tutorial in following parts:

  • Concept Overview
  • Implement Searching
  • Implement Sorting
  • Test the application.

Continue reading

update-delete-data-from-database-with-codeigniter

Update delete data from database with codeigniter

Hello World, Welcome to the tutorial series Learn codeigniter from scratch. This is eight tutorial of this series. In this tutorial, we will learn how we can update delete data from database with codeigniter. We will implement update or delete action on our existing todo application. In the previous tutorial we have learned that how we can implement jquery ajax with codeigniter.

Continue reading

implement-jquery-ajax-with-codeigniter

Implement jquery ajax with codeigniter

Hello World, This is seventh tutorial of the series Learn Codeigniter From ScratchIn this turoail we will learn how to implement jquery ajax with codeigniter. We will apply jquery ajax on our existing todo application. I hope you are enjoying this tutorial. In the previous tutorial, we have learned that how we can implement pagination with codeigniter. In the previous tutorial we have used the codeigniter pagination library. I have divided this tutorial in following parts:

Continue reading

implement-pagination-with-codeigniter

Implement pagination with codeigniter

Hello World, This is another tutorial of the series Learn Codeigniter from Scratch. In this tutorial, we will make our Todo Application fully dynamic and Implement pagination with codeigniter. In the last tutorial of this series, we have learned that how we can submit form and save data in database with codeigniter mysql. I have divided this tutorial in following parts:

Continue reading

Submit form and save data in database with codeigniter mysql

Submit form and save data in database with codeigniter mysql

Hello World, Welcome to the codeigniter tutorial series “Learn Codeigniter from Scratch”. In this tutorial we learn that how we can submit form and save data in database with codeigniter mysql. I have extended the previous tutorial so please update with previous tutorials.

In the last tutorial we have learned that how we can connect  and fetch data from database with codeigniter. We have inserted the data manually in the last tutorial but in this tutorial we will insert data in database with form. We are working on Todo list. In this tutorial we will add Todo list via form with codeigniter.

Continue reading