
Great Module For AHAH Development
This module was a great help for developing forms with AHAH, made life a lot easier and was good to see the steps we were taking in our custom AHAH handlers are very close to how this module handles them.
The fact it comes with great comments in code and a demo module adds to my love for a well documented module which does it's job well.
Caveat:
The latest stable version needs two patches, one on line 255 to remove a pass by reference error and to have teh array_smart_merge wrapped in an "If module exists" logic block because this array is declared in hierarchical select as well.
Review by gbernier [info] on October 20, 2010 - 00:16

Big help with your AHAH forms
Whenever I'm creating an AHAH form in Drupal I use the AHAH helper module. It just makes the process so much simpler and cleaner so I can worry about the form logic and not the AHAH part.
The only "problem" I've had so far is if you embed a view in the form markup and that view has a pager, the pager links don't work because they are linked to the ahah_helper URL instead of the original $_GET['q'].
I will be giving a talk about creating AHAH forms in Santa Cruz soon and will be using AHAH Helper in the presentation. I may end up doing the same one at DrupalCon SF as well.
Kudos!
Kristen
http://kristen.org
Review by kristen [info] on February 5, 2010 - 06:04