Re: [fw-general] Re: Zend_Form and Custom Error Messages

2010-11-11 Thread Gregory
Doesn't element#addError suffice? Sent from my iPhone On Nov 10, 2010, at 5:54 PM, Hector Virgen djvir...@gmail.com wrote: After looking into this a bit further, I found that the errors decorator calls Zend_Form_Element#getMessages(), which simply returns the $_messagesarray.

[fw-general] Zend_PDF: Fond encoding is not supported

2010-11-11 Thread student
Hello, I´m using Zend_pdf to load pdf files and modify them in order to add some text. For this reason I followed your tutorial to extract the font from this existing pdf to write the new text in the right font: ... $font = $this-extractFont($fontName); $page-setFont($extFont, $fontSize);

[fw-general] Re: sub module directory structure

2010-11-11 Thread rameshzend
Hi I have the same problem, Please let me know if you find any solution -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/sub-module-directory-structure-tp1571759p3037661.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Acl 1.11 broken my code

2010-11-11 Thread Ralph Schindler
I've been looking at this over the past day and I am attempting to find a solution. As you can see it was a fix for a previous issue: http://framework.zend.com/issues/browse/ZF-9643 Fixing the previous issue did not break any existing unit tests. I will get to the bottom of it and figure out

RE: [fw-general] Zend_Acl 1.11 broken my code

2010-11-11 Thread Terre Porter
So I've taken a look since this problem affected my code also. If I understand the problem correctly would it not be better to just adjust the isAllowed code to support the changes to the setRule? if (null !== $resource) { // keep track of originally called resource