Hi guys,
I use the Zend framework for generating PDF's... I use the following code to
initialize zend_pdf, but from version 1.8 the autoloader is not working...
can anybody help me? This is the "old" code I use...
<?php
// LOAD ZEND_PDF
$path = '../system/plugins';
set_include_path( get_include_path().PATH_SEPARATOR.$path );
require_once $path.'/Zend/Loader.php';
Zend_Loader::registerAutoload();
$pdf = Zend_Pdf::load('templatepdf.pdf');
?>
--
View this message in context:
http://www.nabble.com/zend-autoloader-problem-tp23335295p23335295.html
Sent from the Zend Framework mailing list archive at Nabble.com.