Bir veritabanında Zend Framework formları kaydetme

0 Cevap php

I am building a form generator/builder for Zend Framework. It is for a client, and because the client wants to build forms without going into code, I need a drag&drop interface. The user has to be able to drag&drop predefined Form elements into a container to create a form. This is the easy part, which I've almost solved myself. The harder part, and the question is about the saving of this form. I wish to save this form in a MySQL database. How would I approach this?

Ben düşünüyordum:

  • Bir veritabanına elemanları tasarrufu
  • Elemanı id de dahil, bir databse içine formu kaydetmeden
  • Bir form istendiğinde, bu unsurların tüm yükler ve gerekli php kod oluşturur böylece render ve aynı zamanda doldurulur böylece düzenleme için gerekirse, Zend_Form sınıfını genişleterek.

Herkes daha iyi bir önerim var, ya da bu gitmek için yolu var mı?

Herhangi bir görüş hoş geldiniz!

0 Cevap