Welcome Guest, Not a member yet? Register   Sign In
Integrate Zend Framework Barcode Library2 in Codeigniter 2.1.3
#1

[eluser]zoellsche[/eluser]
Hello,

I have a problem to integrate the zend framework 2 (i want use the barcode class) in CI 2.1.3.

This is the tutorial i used
http://www.beyondcoding.com/2008/02/21/u...deigniter/

but this error massage is shown after I load the barcode zend class ($this->zend->load('Zend/Barcode/Barcode'))

Error:Fatal error: Class 'Zend_Barcode' not found

So far I found no answer at google....

The tuts are only for older versions...

There must be something wrong with the path

ini_set('include_path',

ini_get('include_path') . PATH_SEPARATOR . APPPATH . 'libraries');

require_once(): Failed opening required 'Zend/Barcode.php' (include_path='.;C:\\xampp\\php\\PEAR;application/libraries')

and if i you use require direct i got this error: Class 'Zend_Barcode' not found.

Do you have any solution for this problem?


Messages In This Thread
Integrate Zend Framework Barcode Library2 in Codeigniter 2.1.3 - by El Forum - 05-18-2013, 02:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB