[fw-general] Re: Why ZendFramework - 50 Times slower then Go. Tell me the true plz.

2012-03-12 Thread Marco Pivetta
I don't see the point of the discussion. You are here ranting about... CGI? There's plenty of places where you can rant about that, this mailing list is not in that set :) Have a nice day :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 12 March 2012 09:18, IamTrying

[fw-general] Re: Zend Framework - Why the PDF print is slowest in ZF/PHP? mPDF, tcPDF, fPDF, zf PDF all.

2012-03-12 Thread Marco Pivetta
Comments inline Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 12 March 2012 08:49, IamTrying [via Zend Framework Community] ml-node+s634137n4465462...@n4.nabble.com wrote: TCPDF they have lot of examples, out of those here is one and it takes about 5 minute to

Re: [fw-general] ZF1, Zend_Application, Zend_Config_Yaml, Zend_Loader_PluginLoader - issue with pluginPaths Options in Yaml configuration

2012-03-12 Thread Artur Bodera
On Mon, Mar 12, 2012 at 2:57 AM, Konr Ness konrn...@gmail.com wrote: Also, the current Zend_Config_Yaml is quite a bit slower than its INI and XML counterparts. I just did a benchmark last week: http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/ Does it use / does you

[fw-general] zf2 documentation

2012-03-12 Thread trycatchgo
I just wanted to know whether I can use some part(s) of the ZF2 Documentation in my web site. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/advice-needed-from-Matthew-tp4463933p4464923.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Re: Zend Framework - Why the PDF print is slowest in ZF/PHP? mPDF, tcPDF, fPDF, zf PDF all.

2012-03-12 Thread IamTrying
TCPDF they have lot of examples, out of those here is one and it takes about 5 minute to print? (this is just unit test) //http://upload.wikimedia.org/wikipedia/commons/f/f6/A_size_illustration2_with_letter_and_legal.svg public function flyerAction() { $pdf = new

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

2012-03-12 Thread arfeen
Hi, Im replying to this old post, just to let Matthew Ratzloff know that the code: require_once 'dompdf_config.inc.php'; spl_autoload_register('DOMPDF_autoload'); helped me use the DOMPDF as an extension in Yii Framework. Thanks Matthew -- View this message in context:

Re: [fw-general] zf2 documentation

2012-03-12 Thread Matthew Weier O'Phinney
-- trycatchgo za...@trycatchgo.com wrote (on Sunday, 11 March 2012, 04:44 PM -0700): I just wanted to know whether I can use some part(s) of the ZF2 Documentation in my web site. Yes -- just make sure you attribute copyright appropriately. -- Matthew Weier O'Phinney Project Lead|

[fw-general] Re: rendering barcode

2012-03-12 Thread Marco Pivetta
You are probably just missing the http header image/png. Otherwise, this looks fine :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 13 March 2012 01:51, faom [via Zend Framework Community] ml-node+s634137n4467865...@n4.nabble.com wrote: How can I pass the barcode

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-12 Thread Tomáš Fejfar
As unhappy I am to say so, some of the points in the Why was the proposal rejected make sense. Only exception being some general questions like the ones I created as examples in the proposal - the ones that transcend from programming to other areas - like what is CLA, who are ZF core developers,

[fw-general] Re: rendering barcode

2012-03-12 Thread Marco Pivetta
Yeah, I can check tomorrow at work how I did that... Anyway, if you want to bind the image into an html, then you should base64 encode its contents. I wouldn't suggest that anyway. Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 13 March 2012 02:48, faom [via Zend