copy controller的意思
copy controller中文翻譯:
復制控制器
copy───vi.復制;抄寫;vt.復制;抄寫;抄送;抄襲;效仿;收到,聽見;n.副本;一冊;稿件;作業本;(報紙、雜志的)題材;廣告文字
droop controller───下垂控制器
traffic controller───調度員
programmable controller───[自]可編程序控制器;可編程調節器;可編程序控制器,編程控制器
registrable controller───可注冊控制器
brake controller───制動控制器; 閘控制器
lighting controller───[電]燈光調節器;[電]照明控制器;照明控制器,燈光調節器
quality controller───質量控制員
management controller───管理控制員
When a controller wants to get data from the view, the view provides a copy of the model populated with the current UI contents.───當一個控制器需要從視圖獲取數據時,視圖提供模型的一個副本,其中包含當前的UI內容。
The view can have direct contact with the model, but it also works with a copy of the model as a means of passing data to the controller.───視圖可以直接與模型交互,但是它也使用模型的一個副本,以便將數據傳遞給控制器。
The magic is actually quite simple: Rails uses reflection to copy controller variables into a collection, which is then copied back into the view instance.───這一機制背后的原理其實很簡單:Rails首先通過反射將控制器中的變量拷貝到一個容器中,其后又將該容器中的變量拷貝回視圖實例。