
CodeIgniter create duplicate MySQL record
When you need to create duplicate/clone of mysql record in codeigniter this article will be a very useful. This can
When you need to create duplicate/clone of mysql record in codeigniter this article will be a very useful. This can
When we are working with codeigniter you can see index.php in the url after the base_url.So here we’re discuss how
When you working in the codeigniter, you want to send message or data from controller to view files.It can be
How to creating and integrate gmail, facebook like chat system to the CodeIgniter system or web site.In this article is
How to direct call to the function from the view without using controller in CodeIgniter.Here is a example to it.Simply
I’ll use CodeIgniter’s pagination library to show you how you can create a paginated list of results from a MySQL
How to send and get data by using flash messages in the codeigniter.This is simple and passing data using array.But
How to get site url of the codeigniter.You can use this method in the controller,model and view files. First, you
How to fetch url parameters in the codeigniter.This is very simple.All data get as an array. Example http://www.mysite.com/index.php/deposit/11/3 index.php =>