开发者

How to send values to a controller?

开发者 https://www.devze.com 2022-12-28 20:58 出处:网络
How can I pass a re开发者_JS百科sult to a particular controller\'s action in zend?You can use POST and GET as any standard HTML Forms.

How can I pass a re开发者_JS百科sult to a particular controller's action in zend?


You can use POST and GET as any standard HTML Forms.

Just don't forget to build correctly your URL :

Using GET : (baseUrl)/(Controller)/(Action)/Param1/Value1/Param2/Value2

Using POST : (baseUrl)/(Controller)/(Action)

0

精彩评论

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