qr-code-generator

An extension allows you to create QR Barcode Generator
23 followers

An extension allows you to create QR Barcode Generator

Requirements

Yii 1.1 or above

Usage

extract the files under extension folder

Please read the Readme File for more informations

<?php $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
)) ?>

Resources

Total 2 comments

#13143 report it
fennellgb at 2013/05/07 04:43pm
500 Error

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.

if (!$this->filePath){
    $this->filePath = realpath(__DIR__.'/../../../images/uploads');
}
#12937 report it
Girish at 2013/04/22 01:19am
Error

It shows following error.

Error 500 does not exists.

Could you please help?

Leave a comment

Please to leave your comment.

Create extension
Downloads