An extension allows you to create QR Barcode Generator
Yii 1.1 or above
extract the files under extension folder
Please read the Readme File for more informations
$this->widget('application.extensions.qrcode.QRCodeGenerator',array( 'data' => 'http://www.bryantan.info', 'subfolderVar' => false, 'matrixPointSize' => 5, 'displayImage'=>true, // default to true, if set to false display a URL path 'errorCorrectionLevel'=>'L', // available parameter is L,M,Q,H 'matrixPointSize'=>4, // 1 to 10 only ))
Total 2 comments
If you are getting a 500 does not exist look at the code in the file QRCodeGenerator.php. You may need to adjust $this->filePath. Code below is what I changed mine to work.
It shows following error.
Error 500 does not exists.
Could you please help?
Leave a comment
Please login to leave your comment.