CodeIgniter Forums
Need to create module - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Need to create module (/showthread.php?tid=21603)



Need to create module - El Forum - 08-15-2009

[eluser]Unknown[/eluser]
I need to create an administration module for my data model.

I think that CI lacks a Form Library, which would enable us to quickly create admin forms for the models.

With a form library it would be easy to build a code generation tool for form classes.
These generated classes could then be rendered to a template. Something like what symfony does but without all the bloat.

Has anyone tried to use Zend_Form component with codeigniter?