Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Something similar to Zend_Form for Coldfusion

New Here ,
Jun 30, 2009 Jun 30, 2009

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?

618
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jun 30, 2009 Jun 30, 2009

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 30, 2009 Jun 30, 2009

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jun 30, 2009 Jun 30, 2009

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 30, 2009 Jun 30, 2009

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 01, 2009 Jul 01, 2009
LATEST

Thanks for your help people. I will try those two projects.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources