Re: [fw-general] How to put to work 3rd party libs in Zend Frmewo rk? like dompdf?

2008-08-23 Thread Robert Castley
Hi, I raised a big report about this ages ago someone has kindly provided a patch to Loader.php but this is not in any official download yet. I am successfully using this patch and dompdf in my zfwiki project. Search the issue/bug system to find the patch I can't give the issue number as I am

Re: [fw-general] How to access response object's insert method in action helper

2008-08-23 Thread Sudheer
First, I'm hoping this is just a snippet of one of your action helper's class methods, 'cause otherwise this won't work. That hint helped a lot. I had just dumped the code in the Action Helper script without using any classes or methods. Don't laugh. Second, when in your action helper,

[fw-general] zend_gdata

2008-08-23 Thread codename
hi, i used zend_gdata demo which i downloaded from zend frameworks site which was given as demos in demos folder as Gapps.php i tried it bur its making a login to google its displaying 3 menu list but i could'nt get any message or user inforamtion when i click retrieveAllUsers button , it

Re: [fw-general] Zend_Pdf and printing in general questions

2008-08-23 Thread Michał Zieliński
Thanks Bram for feedback. Although i would suggest making 3000 single page documents instead of 2 massive files. Because there is almost no hit in the creation of the files but all the processing time is spent in the layout preparation phase. In my application we prepare a pdf of the

[fw-general] $element-options in Zend_Form_Decorator_ViewHelper

2008-08-23 Thread Jaka Jančar
Hello! In Zend_Form_Decorator_ViewHelper::render() the following is being done: --- if (method_exists($element, 'getMultiOptions')) { $element-getMultiOptions(); } [...] $elementContent = $view-$helper($name, $value, $attribs, $element- options); --- I'm modifying the class heavily and

Re: [fw-general] $element-options in Zend_Form_Decorator_ViewHelper

2008-08-23 Thread Matthew Weier O'Phinney
-- Jaka Jančar [EMAIL PROTECTED] wrote (on Saturday, 23 August 2008, 11:47 PM +0200): Hello! In Zend_Form_Decorator_ViewHelper::render() the following is being done: --- if (method_exists($element, 'getMultiOptions')) { $element-getMultiOptions(); } [...] $elementContent =