MVC vs MVCS vs CodeIgniter |
On this post about MVCS the author says that
Quote:But MVCS is not always right. It depends on your application. Simple app will be fine using this pattern. If your application scale bigger, I think it’s time to move on to another design pattern such as MVVM(Model-View-ViewModel) or VIPER (View-Interactor-Presenter-Entity-Router). |
Messages In This Thread |
MVC vs MVCS vs CodeIgniter - by FlavioSuar - 05-07-2025, 01:58 PM
RE: MVC vs MVCS vs CodeIgniter - by massimiliano1.mancini - 05-09-2025, 10:15 AM
RE: MVC vs MVCS vs CodeIgniter - by FlavioSuar - 05-10-2025, 10:33 AM
RE: MVC vs MVCS vs CodeIgniter - by FlavioSuar - 05-23-2025, 05:58 PM
|