CodeIgniter: Add multiple watermarks on the image
In this tutorial, You will learn how to use the CodeIgniter image library to watermark images with text or overlaying a watermark image on top
In this tutorial, You will learn how to use the CodeIgniter image library to watermark images with text or overlaying a watermark image on top
In this tutorial, I will show you creating a login system using CodeIgniter. To generate a decent login form design we gonna use Twitter Bootstrap
In this CodeIgniter Twilio tutorial, I would like to show sending SMS from the CodeIgniter app using the Twilio library. Twilio is a cloud communications
In this post, I will show inserting data into a database table using CodeIgniter. We gonna use CodeIgniter Active Records Pattern. This pattern allows information
In this post, I will show you enabling CSRF tokens in your CodeIgniter application. To enable CSRF (Cross-Site Request Forgery) protection in CodeIgniter open application/config/config.php
In this post, I will show you how you can access the CI’s instance object within your custom classes. You can utilize all of CodeIgniter’s
In this tutorial, I would like to show creating a custom helper in your CodeIgniter application. Helper functions are used to avoid repeated code in
In this post, I would like to show using of PhpSpreadsheet library within your CodeIgniter 3 project. PhpSpreadsheet is a pure PHP library for reading
In this post, I will show you how easy it is to set up maintenance mode in CodeIgniter using CI’s hooks. while updating your web
In my previous post, I wrote a tutorial on Generating a PDF in Codeigniter using mPDF, and in that tutorial, I covered mPDF library manual
In this post, I will show you a very simple and powerful approach to creating cascading dropdowns in your CodeIgniter application. Cascading drop-down? A cascading
In this tutorial, we will discuss how to generate PDF using DOMPDF with Codeigniter Framework version 3 and composer(PHP dependency manager). From the authors of
I received a tutorial request from my reader that asked me how to access CI’s base URL inside the JavaScript/external JavaScript files. Editing base URL
In this post, I would like to show you saving config data in the database in your CodeIgniter application. And I will show you, How
CodeIgniter natively support storing session in the database. You do not need to do any changes in code, just a few configurations and it will