Hello,
I'm trying to setup a website using all PEAR components, and have a structural question concerning QuickForm_Controller:
Is it possible to arbitrarily move between pages in a controller using jump/next, etc.? I want the logic code in my custom Actions to determine the Nextpage, and then jump to that next page.
I am not necessarily moving in a sequence, so the wizard example provided in the package doesn't really apply.
I guess on a larger level, I'm also asking whether or not it makes sense to implement all of the navigation functionality for a site using a single controller? It seems like it would produce fairly clean code, but I can't find examples or evidence this is possible (or reasonable).
Any thoughts are appreciated...
-Dan
I'm trying to setup a website using all PEAR components, and have a structural question concerning QuickForm_Controller:
Is it possible to arbitrarily move between pages in a controller using jump/next, etc.? I want the logic code in my custom Actions to determine the Nextpage, and then jump to that next page.
I am not necessarily moving in a sequence, so the wizard example provided in the package doesn't really apply.
I guess on a larger level, I'm also asking whether or not it makes sense to implement all of the navigation functionality for a site using a single controller? It seems like it would produce fairly clean code, but I can't find examples or evidence this is possible (or reasonable).
Any thoughts are appreciated...
-Dan