Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label codeigniter. Show all posts
Showing posts with label codeigniter. Show all posts

20 May, 2015

Ajax login system in codeigniter

In this tutorial, we are going to learn about how to create ajax login and set the user information to the session using CodeIgniter.Here I have used HMVC my model third-party libraries. For quick view have a look at the live demo.

Ajax login system in php codeigniter

14 May, 2015

CodeIgniter Remove index.php in URL

In this post i want to discuses about how to remove index.php from URL using .htaccess file in CodeIgniter. By default CodeIgniter developed with index.php extension from the url. For using httaccess you can hide from the url. 

CodeIgniter Remove index.php in URL

27 April, 2015

Login with facebook using codeigniter

In this tutorial, We are going to discuss. How to create a login system step by step using Facebook API in CodeIgniter. Here I have used the latest version facebook SDK 5 for access the users token. Follow the step by step process and Create your own facebook login API.
Login with facebook using codeigniter

13 April, 2015

CodeIgniter Add,View,Update,Delete using third party libraries

CodeIgniter Add,View,Update,Delete using third party libraries. Recent i have used Jamie Rumbelow My model libraries file. It's really good stuff, It provides a full CRUD base to make developing database interactions easier and quicker. this model have default validation and callback function.

CodeIgniter My Model

09 April, 2015

Codeigniter load CSS and Javascript files

In this post i have explan about how we can use external css and javascriptin CodeIgniter. Recently i have posted Convert html to codeigniter and basic steps of codeigniter. For beginner this one the best helpful guide. Just follow that tutorial after start to integrate css and js in CodeIgniter file.

Loading CSS and Javascript File in codeigniter

04 March, 2015

Convert html to codeigniter and basic steps of codeigniter

Nowadays everyone to focus on MVC framework. Model–view–controller (MVC) is a software architectural pattern for implementing user interfaces. MVC framework best beginner to learn codeigniter. So i would suggested to beginner to learn MVC framework best one codeigniter. let see about codeigniter basic steps.

codeigniter