2015-05-08 19 views

回答

0

你的視圖定義是錯誤的,它忽略了「列」陣列,作爲消息解釋。

protected static $_views = array(
    'hugot_summary' => array(
     'columns' => array(
      'id', 
      'user_id', 
      'photo_id', 
      'hugot', 
      'url', 
      'comment_count', 
      'upvotes', 
      'created_at', 
      'updated_at' 
     ), 
    ), 
); 
相關問題