Hey, today I will show you integrating mPDF into CodeIgniter Application. mPDF is a PHP Class, by using this we can easily generate PDF files…
132 CommentsCategory: 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.
Today i will show you how to generate alphanumeric unique ID using Codeigniter. Some times there is requirement to generate the unique id, But most…
Leave a CommentI always use this Base Model for My CodeIgniter App Development, It makes my app portable and flexible.We can define all Global methods and settings…
1 CommentThis post is about Quick and Easy Drop-down HTML Select box element generation with custom CI helper function(CI helper file merely contains your defined functions)…
33 CommentsI am gonna teach you about CodeIgniter flash messages. CI’s flash sessions functionality let us to use the data for the next server request.Unlike normal…
6 CommentsToday i want to show you how to use codeigniter directory helper for getting list of files as array from given directory and its sub…
1 CommentYesterday someone asked me to make a tutorial about Connecting to Database in CodeIgniter Framework. In order to make connection to database in Ci ,…
13 CommentsArjun Forums – Version 1 Hey everyone, Arjun Forums is a PHP/MySQL Forums Software built on the Codeigniter Framework. Project is under Development Stage and…
Leave a CommentThis post is about codeigniter URI Segments, ci’s uri class is initialized automatically by the system. with the help of uri segments we an get…
1 CommentSetting Database Configurations in Codeigniter very tiny task , just open database.php within applicationconfig. Set config like below , here database user “root”, password “”(no…
Leave a CommentHere is the list of $config settings to style the pagination links properly in Codeigniter with Twitter Bootstrap CSS & markup. To avoid loading each…
1 CommentToday we are going to learn more about server side validation using php codeigniter framework.Follow the below steps to do the server side validations. Server…
1 CommentThis post shows you how to get the sample Facebook application working with the CodeIgniter framework. For PHP Facebook has an PHP Facebook API and…
49 CommentsIn this post, I will show you, how to upload files with drag and drop interface with dropzone.js in your Codeigniter framework applications. Dropzone.js comes…
60 Comments