Mark Maynereid wrote:
> 
> On Wednesday 30 January 2008 14:06, Matthew Weier O'Phinney wrote:
>> -- Mark Maynereid <[EMAIL PROTECTED]> wrote
>>
>> (on Wednesday, 30 January 2008, 01:22 PM +0000):
>> > I can't seem to make "title" attributes render.
>> >
>> > I think it might be a bug in PHP's Reflection class so I've had a go at
>> a
>> > patch which seems to correct it, but I wonder if anyone else can
>> > reproduce this: http://framework.zend.com/issues/browse/ZF-2526
>>
>> If anybody can verify that Mark's patch works, please let me know, and
>> I'll apply it.
> 
> 


My Output: (shows php version bug)
Running 5.1.6
Dumping object:
object(Test)#1 (2) {
  ["myDeclaredProperty"]=>
  int(1)
  ["myRuntimeProperty"]=>
  int(2)
}
Dumping public properties according to Reflection object
array(1) {
  ["myDeclaredProperty"]=>
  int(1)
}


However the supplied patch dose not correct the problem on 5.1.6 and still
returns:  array(0) { }

Ken
-- 
View this message in context: 
http://www.nabble.com/Zend_Form_Element%3A%3AgetAttribs%28%29-not-working--tp15182124s16154p15188077.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to