CodeIgniter Forums
My PHP QrCode library. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: My PHP QrCode library. (/showthread.php?tid=45215)



My PHP QrCode library. - El Forum - 09-13-2011

[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!


My PHP QrCode library. - El Forum - 05-11-2012

[eluser]Agitaous11[/eluser]
This file is no more accessable. Can somebody help me please?


My PHP QrCode library. - El Forum - 05-12-2012

[eluser]Fireclave[/eluser]
I can't try out the library. When i click on the Link i get a white page !?


My PHP QrCode library. - El Forum - 05-14-2012

[eluser]pbflash[/eluser]
Wrong thread.