I have a joins table which brings a users table and a Communications table together.
I have the appropriate relationships built in Cake.
When I use var $scaffold;
in the controllers everything links up perfect. I can view, add, and edit records in both directions. However, when I remove the var $scaffold
feature through the Bake console and let bake create the standard index, view, add, edit files all that capabillity goes away.
I was under the impression, from the cookbook manual, that bake would recreate the index, view, add, edit files exactly as var $scaffold;
creates them thus allowing me to edit them as I see fit.
Am I wrong in this assumption?
Bir görünüm işler zaman iskele tarafından oluşturulan kodunu görmek için bazı yolu var mı. Ben iskele şablonları hakkında biliyorum ama onlar henüz biraz bilgim tabanı yukarıda hala itiraf etmeliyim.
Arada siteyi seviyorum.
Thank You