Tag Archives: Codeigniter Tutorial

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

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

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

Fetch data from database with codeigniter and angularjs

Hello World, Today we are going to fetch data from database with codeigniter and angularjs. In this tutorial we will learn that how we can fetch data from mysql database with codeigniter and show that data with angularjs. We will also learn that how we can implement search with angularjs. I have divided this tutorial in following parts.

Continue reading