For example, Ruby on Rails is based on a Model-View-Controller (MVC) pattern, which means that most Rails applications are cleanly split into three parts.
例如,Ruby on Rails基于模型-视图-控制器(Model - View - Controller, MVC)模式,这意味着大多数Rails应用程序都可以清晰地分成三个部分。
An MVC (model, view, controller) framework, split into two parts: ActionController for the controller and ActionView for the model and view.
模型-视图-控制器(Model, View, Controller, mvc)框架,拆分为两个部分:actioncontroller用于控制器,而ActionView用于模型和视图。
应用推荐