Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCK 引擎抽出至 Helper 項目 #78

Open
asika32764 opened this issue Feb 16, 2013 · 0 comments
Open

CCK 引擎抽出至 Helper 項目 #78

asika32764 opened this issue Feb 16, 2013 · 0 comments
Labels
Milestone

Comments

@asika32764
Copy link
Member

  • 資料轉置功能
  • Select key, value Join Fields Function: PrepareData 用
  • set multiple values to combinable into JForm: PrepareData 用
  • Save Form data into key, value Table: Save 用
  • getFieldsByCategory() 等自動化Query功能

一個元件使用CCK功能時的必要項目:

  • 取得一個使用Fields Group的元件項目
  • 由此元件項目的 Fields Group 取得 Fields
  • 由這些Fields轉成From
  • 若有Data,取得Data並轉置成預設資料
  • Render 此 Form
  • 輸入完成,post後接下Data
  • 轉置Data成可綁定資料,綁定進入Form
  • Form filter and rules and valid
  • 若成功:將 Raw Data 存成 key value 形式
  • 若失敗:將 Raw Data 重新轉置(或保留剛剛轉置的),Re Send 回表單頁面
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant