i have a class type "expenses"

the index() function of controller lists all expenses'

then i have a function show(month,year) which lists all expenses of
that particular month,year

in expenses home page i want to have a form with two select buttons
such that i select month and year with values,
so i inserted html for select button

now on clicking submit button, i want the control to be taken to
showmonth/month/year
how can i do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to