Git Product home page Git Product logo

codeigniter-barcode's People

Contributors

desta88 avatar edexy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

codeigniter-barcode's Issues

Not image rendering

hi there,
I'm using zend library in my project for rendering barcode.
it work properly now i'm getting blank image
how can i fix this issue?
regards
mathew t.

Via ajax request not showing barcode

When I want to get barcode using ajax request it's not showing the image but displaying unclear codes
like : �PNG � IHDRB>����Z� pHYs������+���IDATh��A �0 ����9;�̖n��8�A:�ۤ��=9z��7��Z�G�V��� S[�=8�d0o΂}j_��A�F�AB �j�P���$� �� 5H�AB �j�P���$� �� 5H�AB �j�P���$� �� 5H,����ow�Ywun ��M��T5U�9�;�ET���^]��f��?���Y�[8��c�񹺷^m6&��l�Y�Kry/_�IEND�B
`

Non-existent class: Zend

hello there, i have some issue with your library.
when i tried to show my barcode, i got error like this

Non-existent class: Zend

please tell me what to do.

im using codeigniter v 3.05
zend framework v 2.49

thanks

Loader

I had to change your class file to this to make it work:

Zend Class $sClassName Loaded from the library"); } } Having it as EXT would fail on my setup, I don't know if its PHP version or CI 3 I am using that caused this. But thanks for your hard work on this library.

Module load error

Hi, I used Codeigniter 3, at the first try to load the module it got error like #2, loved it but still failed to load the module? is you guys already solved this error too or it just from my side that use CI 3?

image

num_points parameter is deprecated IN PHP 8

Message: imagefilledpolygon(): Using the $num_points parameter is deprecated.

Filename: Renderer/Image.php

Line Number: 377

we need to update num pointer parameters in the whole library this is just a sample, I have more than 50 errors in this library for working in PHP 8 and above.

Zend Library

Want to send barcodes to a list of emails but when passing $this->set_barcode($temp) to the view, the view won't load the barcode. I wonder if Zend_Barcode or the Zend library is not orking is not working with CI 2.x.
MY CONTROLLER
public function SendEmail($results){
foreach ($results->result() as $row)
{
$this->email->clear(TRUE);
$temp = rand(10000, 99999);
$email = $row->email_test;
$fname = $row->fname_test;
$bar_code = $this->set_barcode($temp);
$email_data = [];
$email_data = array('fname'=> $fname, 'email'=> $email, 'bar_code'=> $bar_code);
$message = $this->load->view('pages/email_format', $email_data, TRUE);
$this->email->to($email_data['email']);
$this->email->from("[email protected]", "Some Person");
$this->email->subject("My Subject");
$this->email->message($message);
$send = $this->email->send();
}
}
MY VIEW
<?php echo $bar_code ?>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.