Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-08 Thread Rob Allen
On 7 Dec 2007, at 23:02, Simon Mundy wrote: We modified Zend_Config_Ini to allow the use of numeric keys. I wonder if there's something similar we can do here? I've made a small patch if you're interested:- Thanks Simon! I've created issue 2285 (http://framework.zend.com/issues/browse/

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-08 Thread mbneto
Hi Rob, I checked the ZF-2285 but the example you used gave me the impression that you are talking about a different scenario. ... ... Simon's example we want to access the items which has the same node-name 3 2 I assume that the final objective is the same but t

Re: [fw-general] Bug in Zend_Config_Xml?

2007-12-08 Thread Rob Allen
Hi Mario, My bad - you right: the example is wrong. Try: ... ... Essentially, I've put Simon's patch into the codebase. As 1.0.3 has just been released, I don't suppose it'll be in a shippimg release for a while. You should find that you can now access multiple elements of the same na

[fw-general] Build the ZF documentation from docBook source

2007-12-08 Thread Laurent Melmoux
Hi, I’m trying to build the ZF documentation from docBook source (http://framework.zend.com/wiki/display/ZFDEV/Zend+Framework+Guide+to+DocBook ) on a Debian Etch. But when I call make, I have this error: xinclude --output html/index.html html.xsl manual.xml make: xinclude : command not found

[fw-general] Zend_DB performance issue

2007-12-08 Thread Christian Ehmig
Hi! Some time ago I noticed that Zend_DB and especially Zend_Db_Adapter_Abstract prepare ANY statement except when you use the following code fragment: $result = $db->getConnection()->exec('DROP TABLE bugs'); The methodology of preparing each statement is necessary for Oracle as far as I rememb

Re: [fw-general] Zend_DB performance issue

2007-12-08 Thread Simon Mundy
Hi Christian It's certainly worth pursuing - can you please create a new feature request on the JIRA tracker - http://framework.zend.com/issues/secure/Dashboard.jspa Kind regards Hi! Some time ago I noticed that Zend_DB and especially Zend_Db_Adapter_Abstract prepare ANY statement exce

[fw-general] Suggestion for ZF - Markup generation

2007-12-08 Thread debussy007
Hello, I have noticed that any function that generates markup, will generate XHTML markup. So for any of us that use a HTML 4.01 Doctype, this will lead to invalid Html pages. Here are some reasons for one to use HTML 4.01 : http://webkit.org/blog/?p=68 http://hixie.ch/advocacy/xhtml http://ww