CakePHP issue
Posted: Mon Jan 25, 2010 1:22 am
i want to retrieve a dropdown menu id which i displayed in my views folder into my controller so i can write specific functionality for it...
lets say there is a drop down menu for months from Jan to Dec. I want my user to click on Jan and the sales for that specific month on the display screen...for this i defined my array variable of months in the file rent_projection.thtml in the views folder...now i want to access this variable in my controller's folder so that i can write the specific functionality for it.....
lets say there is a drop down menu for months from Jan to Dec. I want my user to click on Jan and the sales for that specific month on the display screen...for this i defined my array variable of months in the file rent_projection.thtml in the views folder...now i want to access this variable in my controller's folder so that i can write the specific functionality for it.....