[fw-general] [ZF1] Documentation

2013-05-29 Thread Christoph Löffler
Hello, does it make sense to review translated pages? I still have some changes in the queue, which I started and left uncommited on my hard drive. These are about 17 files and I did not have the time. But now, I could spend some time also on reviewing translations or doing translations. Regards,

[fw-general] Wiki broken?

2013-05-29 Thread Christoph Löffler
Hello, I just had a look at http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+Git+Guide and I think it does not look normal. The wiki page content shows HTML elements. Is it only me having this view or is it a general problem which will be fixed? Regards Chris

[fw-general] setPost in Zend_Controller_Request_Http

2011-10-14 Thread Christoph Löffler
Hi, i use the Code // Process non-standard Content-Types $rawBody = $request->getRawBody(); if (!empty($rawBody)) { if (false !== ($contentType = $request->getHeader('Content-Type'))) { if (strstr($contentType, 'application/xml') ||

[fw-general] Re: Zend_Config_Xml and PDO::MYSQL_ATTR_INIT_COMMAND

2009-12-14 Thread Christoph Löffler
Hi, i found the conversation http://n4.nabble.com/Zend-Config-Xml-and-PDO-MYSQL-ATTR-INIT-COMMAND-tp656930p656930.htmlin this mailing list. We have a similar problem here: We use XML Config an want to set db options as described in the manual in Example 15.6: *Passing the Auto-Quoting Option to