About every 20 pages are loaded, there will be faults in my view. I want to know the value of the variables contained in the Controller before calling View. However, once View is called, I will Lose all local variables in the Controller. Is there any hope?
Use ModelVisualizer Helper in mvc.contrib to present all values to the view.
About every 20 pages are loaded, there will be faults in my view. I want to know the value of the variables contained in the Controller before calling View. However, once View is called, I will lose all local variables in the Controller . Is there any hope?
Use ModelVisualizer Helper in mvc.contrib to present all values to the view.