开发者

how to call a controller method from view

开发者 https://www.devze.com 2023-03-08 14:46 出处:网络
I want to call a controller method from my view passing some va开发者_StackOverflow中文版lues from the view to the controller method. How can i collect those values and pass them to the controller met

I want to call a controller method from my view passing some va开发者_StackOverflow中文版lues from the view to the controller method. How can i collect those values and pass them to the controller method and call the method?


Put the Controller function you are calling in a helper

0

精彩评论

暂无评论...
验证码 换一张
取 消