Displaying 1 result from an estimated 1 matches for "p9odk".
2006 Nov 04
0
Namespacing controllers
...ller sentiment which could lead to
discontinued support. To me, this would be very bad as my authorization
code is built to take advantage of namespacing.
For the following statement: "if your models aren''t namespaced , why should
your controllers be?" (from: http://tinyurl.com/p9odk ) , well I respond by
saying models don''t contain business logic, controllers do. The duty of the
model is to simply provide CRUD methods to your database. Controllers
utilize these models to provide functionality as the business requires.
I don''t find myself violating the DRY...