[fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread monk.e.boy
What are the plans for the ORM? How will the class autoloading work in 2.0, does it work with Doctrine 2? (APC http://php.net/manual/en/book.apc.php will help your speed issues) monk.e.boy -- View this message in context:

Re: [fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread Саша Стаменковић
Anyone knows when will doctrine 2 be out of beta? Regards, Saša Stamenković On Wed, Nov 10, 2010 at 3:25 PM, monk.e.boy j...@teethgrinder.co.uk wrote: What are the plans for the ORM? How will the class autoloading work in 2.0, does it work with Doctrine 2? (APC

Re: [fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread Matthew Weier O'Phinney
-- monk.e.boy j...@teethgrinder.co.uk wrote (on Wednesday, 10 November 2010, 06:25 AM -0800): What are the plans for the ORM? How will the class autoloading work in 2.0, does it work with Doctrine 2? No plans for an ORM at this time. ORMs are basically frameworks in their own rights, and we

[fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread umpirsky
How hard it will be to migrate from zf1 to zf2, and when do you expect zf2 release? Thanks. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF-2-0-when-and-what-tp3031964p3036291.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread Matthew Weier O'Phinney
-- umpirsky umpir...@gmail.com wrote (on Wednesday, 10 November 2010, 07:35 AM -0800): How hard it will be to migrate from zf1 to zf2, and when do you expect zf2 release? Short answers: don't know, and don't know. The last milestone on our list is migration tools. At this time, we're still in

[fw-general] Zend_Acl 1.11 broken my code

2010-11-10 Thread Valentin
Hi, New version 1.11 have only one change in Zend_Acl line 636: Old line $resources = array($resources); change for this $resources = ($resources == null count($this-_resources) 0) ? array_keys($this-_resources) : array($resources); I've been studying (and debug) all day and how it affects

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

2010-11-10 Thread Emmanuel Bouton
Hi, A bug has been created for that : http://framework.zend.com/issues/browse/ZF-10649 I suggest you to vote for its fix ;) Manu 2010/11/10 Valentin valen...@valclip.com Hi, New version 1.11 have only one change in Zend_Acl line 636: Old line $resources = array($resources); change for

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

2010-11-10 Thread Matthew Weier O'Phinney
-- Valentin valen...@valclip.com wrote (on Wednesday, 10 November 2010, 08:08 PM +0100): New version 1.11 have only one change in Zend_Acl line 636: Old line $resources = array($resources); change for this $resources = ($resources == null count($this-_resources) 0) ?

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

2010-11-10 Thread Jurian Sluiman
On Wednesday 10 Nov 2010 20:08:54 Valentin wrote: Hi, New version 1.11 have only one change in Zend_Acl line 636: Old line $resources = array($resources); change for this $resources = ($resources == null count($this-_resources) 0) ? array_keys($this-_resources) : array($resources);

[fw-general] Zend_Form and Custom Error Messages

2010-11-10 Thread Hector Virgen
Hello, What is the most straight-forward way to mark an element as invalid and display a custom error message *without using validators*? For example, we are using a web service to process data submitted via a web form. I have set up validators in my form for the basic things like required

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

2010-11-10 Thread Hector Virgen
After looking into this a bit further, I found that the errors decorator calls Zend_Form_Element#getMessages(), which simply returns the $_messagesarray. Unfortunately, there's no way to clear that array without calling Zend_Form_Element#isValid(). When calling Zend_Form_Element#setErrors(), the

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

2010-11-10 Thread Valentin
Hi, I'm impressed, is exactly the problem reported at bug http://framework.zend.com/issues/browse/ZF-10649 Thanxx 2010/11/10 Emmanuel Bouton got...@gmail.com Hi, A bug has been created for that : http://framework.zend.com/issues/browse/ZF-10649 I suggest you to vote for its fix ;) Manu

Re: [fw-general] Re: ZF 2.0 when and what?

2010-11-10 Thread Саша Стаменковић
Wow, refactored MVC, that is great news! Thanks for the answer and resources. Regards, Saša Stamenković On Wed, Nov 10, 2010 at 5:44 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- umpirsky umpir...@gmail.com wrote (on Wednesday, 10 November 2010, 07:35 AM -0800): How hard it will