As we all know that Models are for the business logic and maintaining database connections and Views are maintained through the controller, what I have done is that I have used Angularjs (v1.5) as a sub controller to smoothen the views. Its working fine till now but as the business model extends, we should have the freedom to restructure our frame. My question is that is there any chances of ending up in a bad situation?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Opinions please | 2 | 706 | June 21, 2018 | |
Controller / Model / Component | 2 | 364 | December 18, 2020 | |
CakePHP3 Controller without a model
|
2 | 2594 | September 19, 2017 | |
Is using Configure::read() inside a View against MVC? | 6 | 413 | February 18, 2021 | |
When to load models? | 2 | 271 | May 29, 2020 |