When the user moves a mouse pointer over an item, you want the content of the dialog to update (a get action) and the dialog to show (a show action).
当用户鼠标指针经过条目上时,你想更新对话框内容(get行为)并且显示这个对话框(show行为)。
Here, Totals is the panel that you want updated, and the get action means "get content," thus: update using Ajax.
这里,To tals是需要更新的面板,get行为表示“获取内容”,因此:使用Ajax更新。
Using what we already know about CakePHP, create a basic Model, View, and Controller that will get the content of the words table and display them at the index action.
使用已经了解的CakePHP知识,创建一个基本的模型、视图和控制器,用于获得word表内容并在执行索引操作时显示。
应用推荐