Category Archives: Codeigniter Tutorial Series

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

Connect-and-fetch-data-from-database-with-codeigniter

Connect and fetch data from database with codeigniter

Hello World, Welcome to codeigniter tutorial series Learn codeigniter from scratchIn this tutorial we will learn that how we can connect and fetch data from database with codeigniter. We will use Model Section in MVC in this step.

In the previous tutorials, we have learn that how to setup codeigniter and how to create static web application with codeigniter and bootstrap 3.

I have divided this tutorial in following parts:

Continue reading

Create static application with codeigniter and bootstrap 3

Hello World, This is second tutorial of codeigniter tutorial series “Learn Codeigniter from scratch” series.In this previous tutorial we have learnt that how we can setup codeigniter on local machine. In this tutorial we will create static application with codeigniter and bootstrap 3. I have divided this  tutorial in following parts:

  • Bootstrap Introduction
  • Create static application (with controller and view)

Continue reading

how-to-setup-codeigniter-on-local-machine

Setup codeigniter on local machine

Hello World, This is first tutorial of  learn codeigniter from scratch series. In this tutorial we will learn that how we can setup codeigniter on our local machine. After set up, we will create simple hello world application. I have divided this tutorial in following parts:

Continue reading

codeigniter-tutorial-series

Learn codeigniter from scratch

Hello World, Today i am going to create Codeigniter Tutorial Series and the name of this series is learn codeigniter from scratch. In this serial of codeigniter tutorial i will not explain that what is codeigniter, what is mvc and all that. Because there are lots of other resource where you get these things. In this serial i will perform specif task in every tutorial like how to submit form data with codeigniter, how to upload image with codeigniter etc.

Continue reading