Scaffolding works like magic. However, there are fields in my table that does necessarily needed to be edited. How can I customize $scaffold so that I won’t manually create the view for editing my table. Thanks guys.
Scaffolding works like magic. However, there are fields in my table that does necessarily
Share
From the CakePHP manual on scaffolding:
What you can do is use
cake bakeon the command line to create basic views, and then you can modify them to your specific needs.