[fw-general] RE: Another Model Design Thread (Zend MVC)

2008-12-23 Thread Xavier Vidal
Hi Sorry for the delay. Talking about the Anemic Domain Model, I find this model very easy to manage althought there's some common drawbacks. About lazy loading in associated beans, the methodology is quite straightforward. I show you an example: Class Bean_Product {

Re: [fw-general] Zend_Gdata problem

2008-12-23 Thread phpbrat
Thanks a lot Bart ! it works now ! Another help needed :) how can i get video filetype 'n filesize for a video from youtube api using Zend framework ? thx again ... Bart McLeod wrote: try{ //have a party }catch(Zend_Gdata_App_HttpException $e){ //log error and continue your

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread Matthew Weier O'Phinney
-- dele454 d...@killerinstinct.co.za wrote (on Monday, 22 December 2008, 10:28 PM -0800): Ok i do understand the theory behind these explanations but it still doesnt click to me. I know yes the programmatic style is to allow one's doc to be parsed by the validator because of the dijit specific

Re: [fw-general] Zend_Gdata problem

2008-12-23 Thread Bart McLeod
maybe take a look at Zend_File? I did not try it yet myself. Bart phpbrat schreef: Thanks a lot Bart ! it works now ! Another help needed :) how can i get video filetype 'n filesize for a video from youtube api using Zend framework ? thx again ... Bart McLeod wrote: try{ //have a

[fw-general] Zend_Form question

2008-12-23 Thread sosh
Just a small question regarding how zend_form works... I understand that to validate submitted data against a form we use something like: $form-isValid($_POST) However, then to work with the acual data we use: $form-getValues(); I don't really understand why in the first instance we are

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread Matthew Weier O'Phinney
-- dele454 d...@killerinstinct.co.za wrote (on Tuesday, 23 December 2008, 04:17 AM -0800): Hi Matthew, Thanks for your reply. The following are the snippets you asked for: BOOTSTRAP: public static function setupView() { ...

Re: [fw-general] Zend_Form question

2008-12-23 Thread petewilliams1983
sosh wrote: Just a small question regarding how zend_form works... I understand that to validate submitted data against a form we use something like: $form-isValid($_POST) However, then to work with the acual data we use: $form-getValues(); I don't really understand why in the

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread dele454
Whao!! Thanks for this comprehensive explanation. You really shed light on a lot of things. Am reading a few books on Dojo so i reckon i was adapting the code to the ZF rather than find out how the framework would have it rendered. Above all your covered a lot of things the documentation doesnt

Re: [fw-general] Zend Newbie - Quickstart Layout does not work please HELP ! Have spent one week on problem

2008-12-23 Thread JanSch
Hi guive wrote: When I complete this step and try to open http://localhost/index.php , insead of obtaining a wellformed document, the browser shows: [...] ( see image [...]) I think that your PHP is probably configured to only use ?php but not ? as opening tags. The

[fw-general] Automatically quoted text in QuickStart guestbook

2008-12-23 Thread Jan Schnackenberg
Hi I did the QuickStart tutorial and that seemed to work more or less straight forward (except for the fact that I cannot use ? as PHP-open-tag and I find it irritating that this is used here while the coding-standard for ZF says to always use ?php, but... anyway...) My problem is, that the

Re: [fw-general] Automatically quoted text in QuickStart guestbook

2008-12-23 Thread Matthew Weier O'Phinney
-- Jan Schnackenberg ye...@gmx.de wrote (on Tuesday, 23 December 2008, 10:30 AM -0800): I did the QuickStart tutorial and that seemed to work more or less straight forward (except for the fact that I cannot use ? as PHP-open-tag and I find it irritating that this is used here while the

[fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Wil Sinclair
Hi all, It is my pleasure to announce the release of Zend Framework 1.7.1! You can download this new mini release from the ZF download site: http://framework.zend.com/download/latest/ A list of all issues resolved in this release can be found at:

Re: [fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Josh Team
Wil! What are you doing releasing stuff?! Go enjoy the holidays! :) I'm sure I speak for the entire community when we thank you and everyone else at zend for their hard work! Thanks, Josh Team On Tue, Dec 23, 2008 at 1:45 PM, Wil Sinclair w...@zend.com wrote: Hi all, It is my pleasure to

Re: [fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Daniel Latter
I'll second that, happy holidays! On Dec 23, 2008, at 19:45, Josh Team josht...@gmail.com wrote: Wil! What are you doing releasing stuff?! Go enjoy the holidays! :) I'm sure I speak for the entire community when we thank you and everyone else at zend for their hard work! Thanks, Josh Team

Re: [fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Robert Castley
I'll third that but I expect 1.7.3 by jan 1st :-) Happy Xmas Sent from my iPhone On 23 Dec 2008, at 19:45, Josh Team josht...@gmail.com mailto:josht...@gmail.com wrote: Wil! What are you doing releasing stuff?! Go enjoy the holidays! :) I'm sure I speak for the entire community when we

RE: [fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Vincent de Lau
Some days rest might be in place, releasing 1.7.1 again... ;) I suppose the message was announcing 1.7.2 as the subject suggests. Vincent de Lau vinc...@delau.nl -Original Message- From: Josh Team [mailto:josht...@gmail.com] Sent: Tuesday, December 23, 2008 8:46 PM To: Wil Sinclair

Re: [fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Nick Howell
Hmm anyone else see the problem here? :-) Zend Framework *1.7.2* is now available! It is my pleasure to announce the release of Zend Framework *1.7.1*! Merry Christmas! - Nick Howell On Tue, Dec 23, 2008 at 2:45 PM, Wil Sinclair w...@zend.com wrote: Hi all, It is my pleasure to

Re: [fw-general] What do you use to manage your ZF projects?

2008-12-23 Thread swilhelm
Anyone using ClockingIT? Looks very similar in functionality to Trac and Mantis. - Steve Jake McGraw wrote: My company uses: Mantis + SVN + svk (for branching) Mantis has a really nice plugin for commits that catches bug and appends the commit to the bug status. - jake On

Re: [fw-general] Zend Framework 1.7.2 is now available!

2008-12-23 Thread Daniel Latter
Anything in particular? or just the regular community input , as want to help in any way On Dec 23, 2008, at 21:36, Wil Sinclair w...@zend.com wrote: Yes, and the root cause is my brain. It is indeed the 1.7.2 release. For all the people wishing well, thanks from the whole ZF team.

Re: [fw-general] Adding validation to a route, is this a bug?

2008-12-23 Thread fede.carg
Confirmed, this is a bug. Can someone added to the bug tracking system for me please, I have a couple of usernames and passwords, but for some reason it's asking me to sign up again. thanks fede.carg wrote: For example, if I have the following block of code in my config file:

[fw-general] re[fw-general] quest and action problem

2008-12-23 Thread Aniketto
Hi all, I am new be in zend frameworl, so I need your help. In my application I display a student list on a list.phtml form. If user selects radio button in front of student name and presses 'Detail' button, the request is forwarded(_forward) to detailAction(). While forwarding I pass student_id

[fw-general] Re: re[fw-general] quest and action problem

2008-12-23 Thread dele454
You definately need to send some codes through for ppl to see. You explanation gets to mix up in my head just by reading it. Provide some sample codes of your view script and model so you can get the help u require. Cheers - dee -- View this message in context:

[fw-general] Re: re[fw-general] quest and action problem

2008-12-23 Thread Aniketto
Even I felt same so I have created a new query.Please refer http://www.nabble.com/hidden-form-value-null-problem-td21155700.html -- View this message in context: http://www.nabble.com/request-and-action-problem-tp21154522p21156096.html Sent from the Zend Framework mailing list archive at