Monday, March 17, 2014

Re: Staying DRY best practice?

Check out the CRUD plugin: https://github.com/FriendsOfCake/crud

On Sunday, 16 March 2014 12:39:58 UTC, Harold Putman wrote:
I've noticed that my controller methods and views for admin_edit, admin_add, edit, add have a lot of overlapping code. What is the best practice for organizing my code so there is not so much duplication. Do you create an Element for the body of the editing form? Share views between admin and normal routes?

I'm curious how other people are handling this in Cake 2.x 

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: