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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -