I developed an application with different MVC using Yii Framework
for instance
I created a broken contact layer for students and undergraduate courses, etc.
Everything worked perfectly, since each of them had its own menu, and each time it was pressed, its own view was displayed.
Now my client wants everything on one page and is pretty persistent, we are talking about 7 MVCs that should be displayed on one page. Each MVC has its own controller, model and view, as well as its own DB table. How can I display them all on one page without re-recording the entire application? Is it possible.
source share