PSFramework promotes MVC design pattern?
A
Correct answer
Explanation
PSFramework follows the Model-View-Controller (MVC) design pattern by separating concerns: models handle data, views handle presentation, and controllers (like ActionController) handle request processing. This separation of concerns is a fundamental principle of most modern web frameworks including PSFramework.