Create a barcode generator in CodeIgniter framework

we will use ‘Zend Framework‘s  library to barcode in our CodeIgniter venture. To attain this, we ought to combine relavent barcode library files from ZendFramework into our CodeIgniter (CI) assignment.
You have to Install CodeIgniter Framework in your Computer to make barcode generator .
  • Download Zend Framework from the official website (recommend, Version ZendFramework-1.12.3).
  • Unzip the Zend Framework package, and copy the Zend folder (under Library) to your CodeIgniter installation’s system/libraries/. You can actually place the folder anywhere, but remember to alter the script accordingly (read the comments in the script!)
  • Place the library script (provided at the end of the post) in system/libraries/
  • Done! That’s all you need to do. Now, let us see an example of using the library.
 You can remove unnecessary files from Zend libraries. Just keep in mind that following folders and files are necessary    under application\libraries\Zend folder for generati
read more

Comments