In CodeIgniter 3, connecting to an Azure SQL Server involves configuring the database settings in the database.php configuration file. Here are the steps to connect…
Leave a CommentCategory: CodeIgniter
CodeIgniter is an Application Development Framework – a toolkit – for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.
To connect CodeIgniter 4 to a Microsoft Azure SQL database, you need to configure your CodeIgniter application by setting up the database configuration file appropriately.…
Leave a CommentIn this tutorial, You will learn how to use the CodeIgniter image library to watermark images with text or overlaying a watermark image on top…
Leave a CommentIn this tutorial, I will show you creating a login system using CodeIgniter. To generate a decent login form design we gonna use Twitter Bootstrap…
7 CommentsIn this CodeIgniter Twilio tutorial, I would like to show sending SMS from the CodeIgniter app using the Twilio library. Twilio is a cloud communications…
1 CommentIn this post, I will show inserting data into a database table using CodeIgniter. We gonna use CodeIgniter Active Records Pattern. This pattern allows information…
1 CommentIn 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…
1 CommentIn 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…
Leave a CommentIn this tutorial, I would like to show creating a custom helper in your CodeIgniter application. Helper functions are used to avoid repeated code in…
2 CommentsIn this post, I would like to show using of PhpSpreadsheet library within your CodeIgniter 3 project. PhpSpreadsheet is a pure PHP library for reading…
15 CommentsIn 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…
1 CommentIn my previous post, I wrote a tutorial on Generating a PDF in Codeigniter using mPDF, and in that tutorial, I covered mPDF library manual…
24 CommentsIn 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…
2 CommentsIn 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…
20 CommentsI 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…
Leave a Comment