Model–View–Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates business logic from input and presentation, permitting independent development, testing and maintenance of each.
- Wikipedia

Popular PHP MVC Framework Official Sites


Popular PHP MVC Framework Resources