[fw-general] Re: [fw-mvc] How to make Zend Form post submitting Ajaxy

2010-07-03 Thread Abraham Block
http://jquery.malsup.com/form/ On Sat, Jul 3, 2010 at 2:27 PM, Enkhbilguun Erdenetsogt < enkhbilg...@beregu.com> wrote: > Hello, > > I'm building an admin interface, which has jQuery ajaxLink() navigation. If > I hit some creating new content link, navigation will show a create form to > content

[fw-general] How to make Zend Form post submitting Ajaxy

2010-07-03 Thread Enkhbilguun Erdenetsogt
Hello, I'm building an admin interface, which has jQuery ajaxLink() navigation. If I hit some creating new content link, navigation will show a create form to content area of the layout. AjaxLink() perfectly retrieves the form, but I don't understand how to make the submit button to ajax button.

Re: [fw-general] Zend_File_Transfer_Http strange behaviour

2010-07-03 Thread Thomas Weidner
As you are trying to emulate file upload behaviour you must also provide the necessary hidden fields. Otherwise the upload could fail or the behaviour be unlogical. Your code is missing some necessary details. Your description: You are trying to upload file ONE... first file valid and uploaded.

Re: [fw-general] Set variables for the view at every request to a specific module

2010-07-03 Thread Matthew Weier O'Phinney
-- Paul wrote (on Thursday, 01 July 2010, 04:26 PM -0400): > Would be the benefit or disadvantage of using an action controller > instead? Is it only that the action controller plugin might be > called multiple times? You have a single view object. My consideration is that a plugin is typically

[fw-general] code review of a image gallery

2010-07-03 Thread mbannonb
Any feedback would be appreciated. The script retrieves images from flickr based on the url a user submits. Here it is working: http://aotf.com/gallery * view/scripts/gallery/add.phtml - page url gets submitted with http://pastebin.com/YQ2PMq3u * view/scripts/gallery/index.phtml - page for vie