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

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

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

google shop client API returns 400 bad request error while adding an item -