After a long time, I am writing a new article. Thanks for everyone's support. Today we are going to see How to create and download PDF files by using CodeIgniter mPDF library. mPDF is a customized third-party library, using this simple library function we will convert our HTML template code to PDF. Follow the below step by step process.
Showing posts with label codeigniter. Show all posts
Showing posts with label codeigniter. Show all posts
11 April, 2019
31 March, 2017
Codeigniter Create a Chat Emoji using Smiley Helper
Today we are going to see How to create chat emoji in CodeIgniter. In this tutorial, I have used the smiley helper to display the emoji images. Codeigniter default has this smiley library. For images, you need download and load from the images folder. In case you are using chatbox and comments section. Implement this future.
27 March, 2017
Codeigniter Multiple File Upload with image Resizing/thumbnail image Creation
Codeigniter Multiple File Upload with image Resizing/thumbnail image Creation. The CodeIgniter is a powerful PHP framework it will provide more inbuilt libraries like file upload, email, Session, Cart. Today we are going to see How to upload multiple images and How to resize(thumbs) uploaded the image using Codeigniter Framework.
16 March, 2017
Codeigniter XSS Cross Site Scripting Hacking Attack Security
Today we are going to see How to secure the Codeigniter XSS Cross Site Scripting Hacking Attack. CodeIgniter comes with a Cross Site Scripting Hack prevention filter which can either run automatically to filter all POST and COOKIE data that is encountered. For preventing the form data GET and POST you need use security helper. While POST the form data in your controller, You just use xss_clean().
27 September, 2016
Codeigniter Free Responsive Bootstrap Template with Basic Setup
Today we will perceive how to stack the bootstrap format to CodeIgniter system. I have made a Codeigniter free notice format with essential set up autoload work. It will be helpful for freshers. In the event that you need to swap your ordinary HTML site to CodeIgniter take after the beneath basic strides. there I have clarified about entire CodeIgniter library, URL, constant, route setup.
25 July, 2016
07 July, 2016
Codeigniter ajax check email availability using jquery
Codeigniter ajax check unique email availability using jquery it's very simple script. For checking the unique email id or username CodeIgniter have default validation function. it will check ajax controller response whether that email id exists or not to the particular table column. let see the code for that.
28 June, 2016
20 June, 2016
Codeigniter Ajax Call Request Controller Function
CodeIgniter Ajax Call Request Controller Function is very simple tutorial, I am assuming that you already know how to use Ajax and call functions. In this article you'll learn how to use Ajax calls within your CodeIgniter controller functions. Here i have used jquery function to post and get the data response from the controller.
31 May, 2016
Codeigniter Pagination Infinite Scroll Using Ajax and Jquery
In this instructional exercise, I have clarified about Codeigniter Pagination Infinite Scroll Using Ajax and Jquery. The greater part of the well-known site resembles Flipkart ,Facebook,Google+ actualizing this sort of arrangements, Because interminable parchment stack date makes your site extremely easy to understand and To show more substance to the client without exploring to another page.
13 April, 2016
09 March, 2016
Email with customized HTML template using Codeigniter
It's a new topic related to Codeigniter. In this post, I will explain about, how to send an email with a customized HTML template using Codeigniter. You have to set some configuration to send an email in codeigniter library function.
11 June, 2015
08 June, 2015
20 May, 2015
14 May, 2015
27 April, 2015
09 April, 2015
Codeigniter load CSS and Javascript files
In this post i have explan about how we can use external css and javascriptin CodeIgniter. Recently i have posted Convert html to codeigniter and basic steps of codeigniter. For beginner this one the best helpful guide. Just follow that tutorial after start to integrate css and js in CodeIgniter file.
04 March, 2015
Convert html to codeigniter and basic steps of codeigniter
Nowadays everyone to focus on MVC framework. Model–view–controller (MVC) is a software architectural pattern for implementing user interfaces. MVC framework best beginner to learn codeigniter. So i would suggested to beginner to learn MVC framework best one codeigniter. let see about codeigniter basic steps.