Copy link to clipboard
Copied
Does anyone know of a component or framework that would allow you to create forms and their elements dynamically within Coldfusion as zend_form does?
Copy link to clipboard
Copied
I don't know, how does this "zend_form" do it?
What I can tell from 47 seconds of Google searching, zend ("form"?) is a MVC frame work for PHP. If that is all, the the Coresponding MVC ColdFusion framewords would probably be something like "Model Glue" or "Fusebox" or "Mach II" or serveral other choices.
I didn't dig into this zend thing any more then this.
Copy link to clipboard
Copied
Zend is a framework for php. Zend_form is a component of the framework (http://framework.zend.com/manual/en/zend.form.html). I may develop a cfc and/or a plugin for Coldbox (a Coldfusion framework) that does what zend_form does. If there's something already available it would save me from reinventing the wheel.
Copy link to clipboard
Copied
The first place to look for something like that would be Ria Forge.
http://www.riaforge.org/index.cfm. I have never heard of anything like that, but that is by no means an indication that something does not exist.
Copy link to clipboard
Copied
Teckno,
I agree with Ian's suggestion too.
In riaforge, you can find two projects that suits zend_form,
http://cftl.riaforge.org/
http://cfuniform.riaforge.org/
HTH
Copy link to clipboard
Copied
Thanks for your help people. I will try those two projects.