![]() |
How to implement EE Channels in CI? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: How to implement EE Channels in CI? (/showthread.php?tid=58485) |
How to implement EE Channels in CI? - El Forum - 06-15-2013 [eluser]CodeIgniterNewbie[/eluser] I need to build an application wherein the admin must be able to define forms for data entry. The data to be entered is unknown to me. But the system will need to be able to support all the possible form fields (minus hidden fields, I suppose). So text areas, text fields, radios (with ability to specify what the options are), checkboxes, etc. Also, it needs to be able to support line item entries (similar to EE's Matrix plugin). Obviously, I don't want to try to build this from the ground up. Are there any libraries I can use in CI to make life easier for me? |