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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.