Development and PHP19 Mar 2008 10:00 pm
After a few weeks of downtime, and helpful input and comments from my readers, I have finally submitted my Zend_Framework CLA and authored a Zend_Pdf_Cell proposal! Please feel free to read it and comment on any of the functionality! I really hope that this can get integrated within the Zend Framework, as I have put a lot of time into this and hope that the community can gain as much as possible from it.
I want to give everyone a great big thanks for the valuable feedback and excellent encouragement!
One Response to “Zend_Pdf_Cell Proposal”
Hi Logan,
I’ve mailed you a new fix to the following problem. Whenever a text is added to a cell that does not contain any spaces and is longer than the maximum width, the script gets into an infinite loop. My (dirty) fix splits the word up where it goes past the maximum width (does not add -).
It is quite dirty code, but it works (to prove how dirty it is, it will abort execution of the script when a single character is longer that the maximum width, it also does a trigger_error).
Well, it’s in your email, I hope you find the time to implement and improve it.
With kind greetings,
Mike De Smet