Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-21 Thread Bart McLeod
Op 18-07-11 17:05, Kyle Spraggs schreef: Does anyone have any input on how I should handle filters? I was thinking of doing the following: get($field) - applies filtering to the field // user getter getEmail() { return $this-get('email'); } This allows users to have the flexibility

RE: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-18 Thread Kyle Spraggs
Does anyone have any input on how I should handle filters? I was thinking of doing the following: get($field) - applies filtering to the field // user getter getEmail() { return $this-get('email'); } This allows users to have the flexibility of choosing whether or not to include

Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-16 Thread Andreas Möller
How about using annotations for generation of form elements? Best regards, Andreas -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-16 Thread Kyle Spraggs
a...@localheinz.com To: Kyle Spraggs the...@spiffyjr.me Cc: Marco Pivetta ocram...@gmail.com, fw-general@lists.zend.com fw-general@lists.zend.com Subject: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms Date: Sat, Jul 16, 2011 5:04 am How about using annotations for generation of form

Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-15 Thread Andreas Möller
Nice one! I have been thinking about this as it would just make sense! Best regards, Andreas -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

RE: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-15 Thread Kyle Spraggs
@lists.zend.com Subject: Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms Nice one! I have been thinking about this as it would just make sense! Best regards, Andreas -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr

Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-15 Thread Marco Pivetta
the form elements better as they're a foreign subject for me currently. -Original Message- From: Andreas Möller [mailto:a...@localheinz.com] Sent: Friday, July 15, 2011 11:06 AM To: SpiffyJr Cc: fw-general@lists.zend.com Subject: Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk

RE: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities and forms

2011-07-15 Thread Kyle Spraggs
This is interesting. I’ll look at it in more depth tonight. Thanks! From: Marco Pivetta [mailto:ocram...@gmail.com] Sent: Friday, July 15, 2011 11:27 AM To: Kyle Spraggs Cc: Andreas Möller; fw-general@lists.zend.com Subject: Re: [fw-general] Zend Framework, Doctrine 2 - Let's talk entities