我创建了一个阵列, 并将其放入 CAsceptData Provider 和 CGridView 中。 我在 GridView 中有自己的额外列。 我无法对额外列进行排序。 如果我在 CGridview 中使用过滤器, 它会显示错误, 因为额外的列没有定义 。 我是否应该使用 CArrayData Provider 或 CAceptData Provider 。 请任何人帮助我 。 感谢各位先锋 。
I have a CActiveRecord model, and I need to change safe attributes list in that model. I have defined the safeAttributes method inside my model, like the following : public function safeAttributes() {...