qr-code-generator An extension allows you to create QR Barcode Generator

  1. Requirements
  2. Usage
  3. Resources

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

16 0
30 followers
5 811 downloads
Yii Version: 1.1
License: GPL-3.0
Category: User Interface
Developed by: bryglen
Created on: Jul 4, 2011
Last updated: 9 years ago

Downloads

show all

Related Extensions