09-13-2011, 05:36 AM
[eluser]Unknown[/eluser]
Hi,
I writed new working library for generate QRCode. I used phpqrcode (http://phpqrcode.sourceforge.net/)
Old QRCode library for CodeIgniter dont work now, and I was forced to made that library. Now I want to give you my implementation of phpqrcode. This library is very basic and if you have some ideas please write here this ;-) This is my first public library, so forgive me for some mistakes ;-)
/***************************************************************************
* INSTALLATION
**************************************************************************/
1. Download current phpqrcode from http://phpqrcode.sourceforge.net/
2. Unzip phpqrcode to application/3rdparty
3. Copy files from this zip to your main application directory.
4. Change configuration in config/qrcode.php
/***************************************************************************
* USAGE
**************************************************************************/
1. Load library: $this->load->library('qrcode_library');
2. Get your qrcode: $this->qrcode_library->make_qrcode($data, $errorCorrectionLevel= '', $matrixPointSize='');
3. ??????
4. PROFIT!
Hi,
I writed new working library for generate QRCode. I used phpqrcode (http://phpqrcode.sourceforge.net/)
Old QRCode library for CodeIgniter dont work now, and I was forced to made that library. Now I want to give you my implementation of phpqrcode. This library is very basic and if you have some ideas please write here this ;-) This is my first public library, so forgive me for some mistakes ;-)
/***************************************************************************
* INSTALLATION
**************************************************************************/
1. Download current phpqrcode from http://phpqrcode.sourceforge.net/
2. Unzip phpqrcode to application/3rdparty
3. Copy files from this zip to your main application directory.
4. Change configuration in config/qrcode.php
/***************************************************************************
* USAGE
**************************************************************************/
1. Load library: $this->load->library('qrcode_library');
2. Get your qrcode: $this->qrcode_library->make_qrcode($data, $errorCorrectionLevel= '', $matrixPointSize='');
3. ??????
4. PROFIT!