Welcome Guest, Not a member yet? Register   Sign In
My PHP QrCode library.
#1

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

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

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

[eluser]pbflash[/eluser]
Wrong thread.




Theme © iAndrew 2016 - Forum software by © MyBB