Category: Codeigniter

Codeigniter

Generate barcode in codeigniter using zend library

How to generate barcode in codeigniter? Create display barcode using codeigniter with zend barcode library In this article we’ll discuss how to generate barcode in codeigniter using the zend barcode library Download and copy zend files to application/libraries Controller : Main.php Create a controller Main.php and paste the below code Generate a random number load […]

Codeigniter

Excel file with Database by PHPExcel in Codeigniter

How to generate Excel file using PHPExcel in Codeigniter Here we will discuss how to create excel file from database by PHPExcel in codeigniter. We’ll Export Data from Database to Excel file in Codeigniter Framework by using PHPExcel library. Explanation : Step 1 :- Click here to download PHPExcel. Step 2 :- Extract the downloaded PHPExcel […]

Codeigniter PHP

Convert HTML To Word by PHP, Codeigniter – Pure Php class

How to convert HTML to Word by php, html to word by codeigniter The conversion of html to word is one of the most requested functionalities of phpdocx. In this tutorial we are going to convert html to Word by php and codeigniter. Here we are using a custom library named HTML_TO_DOC class to generate MS word document that […]

Back To Top