CodeIgniter Forums
dynamic content type - 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: dynamic content type (/showthread.php?tid=57172)



dynamic content type - El Forum - 02-22-2013

[eluser]boytun[/eluser]
Hello
I'm a new in the codeigniter development world and I just began to learn it, it's a very cool framework, but I have a problem that I couldn’t solve:

I need to dynamically create content type within an administration interface, what is the best approach to code such a solution, the result will be like the content type creator in Drupal CMS.

Example:
In the administration panel I create a content type named Product then I setup its custom fields to be registered in the database (like the name of the product, the price, etc… ) then it will be possible to instantiate this content type into many Products (like prodict1, product2 etc…)

In fact my problem is that I don't know exactly the user needs: the content is dynamically created depending on the user choices.
Thank you in advance for your advices.