php - CakePHP Scaffolding Issue -


I get a table that brings together the user table and a communication table. I have proper connections made in cake when I var $ scaffold; , then the controller can see everything, link and edit records in both directions, however, when I remove the var $ scaffold feature through the Bake Console Make and bake the standard index, see, add, edit, which removes all the capabilities.

I had to reproduce the bake indicator under the imprint of cookiebook manual, edit, view, add file as var $ scaffold; , which gives me permission to do this, as I see fit, am I wrong in this assumption?

Is this a scene that is a way of looking at the code created by the restriction, I know about scaffold templates but I have to admit that they still have some knowledge based on their knowledge Are up

Love the site from the way.

Thanks

Do you want to cook each component of MVC individually ? If so, when you are baking the controller, you will ask if you want to include the original CRUD actions (add, edit, view, delete). After that, baking the scene and asking you if you want the views of the CRUD (if I correctly remember this mistake)


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -