How to read the config file data in the application of Codeigniter
In the earlier posts we learned about how to create baseurl, custom library, sending email in Codeigniter. Now we can learn about... Read More
Generate token key in the registration of CodeIgniter application
In this post I am going to explain generate token key in the registration of CodeIgniter application, Now in every application after... Read More
How to send email using HTML templates in Codeigniter
This post explains how to send email using HTML templates in Codeigniter, earlier post we learned how to send mails using HTML... Read More
How to create custom library file in CodeIgniter
This posts explains about How to create custom library file in CodeIgniter, in earlier we know about how to remove index.php file... Read More
Removing index.php from URLs in CodeIgniter
Hi friends, in this post I am going to explain how to removing index.php from URLs in CodeIgniter framework. In earlier we... Read More
Codeigniter multi language support using Google translate API
Hi friends, This post explains about codeigniter plugin development for multi-language support using google translate API. This is my own contribution in... Read More
Create thumbnail images in CodeIgniter
In this post i would like to explain about how to create thumbnail images in codeigniter framework. In the following function will... Read More
How to set the pagination in CodeIgniter?
In this i would like to explain about how to set the pagination in codeigniter framework. See the code below: to set... Read More
How to configure the baseurl in CodeIgniter
This post explains about how to configure the baseurl in CodeIgniter in your localhost. See the code: In the application\config\ in that... Read More