php - CakePHP Form GET-Method URL -


i want create db-entry create form.

controller/create/1

if method called without id, controller renders different view (step1) different form user has select id.

now want form call given url shown above.

i tried in view: $this->form->create('...', array(

'type' => 'get'

but gives me url this:

controller/create/?id=5

does know how adapt url?


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -