Re: [fw-general] html2pdf Class on Zend Framework

2007-01-13 Thread Juan Felipe Alvarez Saldarriaga

Mark Wright wrote:

Is the class named html2pdf or pdf_html2pdf? The class has to be named
pdf_html2pdf and be stored in pdf/html2pdf.php.



The class is named html2pdf and stored on pdf/html2pdf.php, so I need to 
change the name of the class to pdf_html2pdf  ?


Thx for the answer.



Mark

On 1/12/07, Juan Felipe Alvarez Saldarriaga <[EMAIL PROTECTED]> 
wrote:

Hey list!

Actually im using ZendFramework version 0.6, and I want to load html2pdf
class to create some pdf files from an html report, Im trying load the
class (the class file path is library/pdf/html2pdf.php) as
Zend::loadClass( "pdf_html2pdf" ) but it doesnt work, I mean when I set
some dumb name like Zend::loadClass( "pdf_html2pdflmao" ) loadClass
never return me an error or something, somebody with experience working
with html2pdf on Zend Framework ? any help will be great.

Thx.

--
jf








Re: [fw-general] html2pdf Class on Zend Framework

2007-01-13 Thread Alexander Veremyev

Hi,

There are no any html to pdf converter in ZF now.
That would be good to have such functionality, but it needs HTML 
rendering functionality to be implemented first.


With best regards,
   Alexander Veremyev.

Juan Felipe Alvarez Saldarriaga wrote:

Hey list!

Actually im using ZendFramework version 0.6, and I want to load html2pdf 
class to create some pdf files from an html report, Im trying load the 
class (the class file path is library/pdf/html2pdf.php) as 
Zend::loadClass( "pdf_html2pdf" ) but it doesnt work, I mean when I set 
some dumb name like Zend::loadClass( "pdf_html2pdflmao" ) loadClass 
never return me an error or something, somebody with experience working 
with html2pdf on Zend Framework ? any help will be great.


Thx.

--
jf