Jump to content

cakephp passing args


jaay

Recommended Posts

Well it may be a basic issue, but I cant seem to get around it. In cakephp I am passing args by using routes. Now Say I use hyperlinks like

 

http://localhost/myapp/t/tag1 

 

everything works fine. However, what I am trying top accomplish is to make that last bit of the url (tag1) a variable and pass it value from an input box. Now I have the input box and a submit button ready, where I am stuck is how to pass the value of the input box as tag1???? Whatever I do, the controller action receives an empty value (or may be no value). Any help please guys ....

Link to comment
https://forums.phpfreaks.com/topic/197849-cakephp-passing-args/
Share on other sites

Well it may be a basic issue, but I cant seem to get around it. In cakephp I am passing args by using routes. Now Say I use hyperlinks like

 

http://localhost/myapp/t/tag1 

 

everything works fine. However, what I am trying top accomplish is to make that last bit of the url (tag1) a variable and pass it value from an input box. Now I have the input box and a submit button ready, where I am stuck is how to pass the value of the input box as tag1???? Whatever I do, the controller action receives an empty value (or may be no value). Any help please guys ....

 

You have to pass the value from your controller to the view for it to be accessible.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.