CodeIgniter Forums
Memo field under codeigniter - 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: Memo field under codeigniter (/showthread.php?tid=37320)



Memo field under codeigniter - El Forum - 01-05-2011

[eluser]soso78[/eluser]
Hi,
I'm newbie and I've a problem to create a memo field like "description" field.

How do I setup this field under codeigniter?

Thanks by advance.


Memo field under codeigniter - El Forum - 01-05-2011

[eluser]Nick_MyShuitings[/eluser]
Very incomplete question. I assume you have a db setup. You'd need to create the field in the DB table, and then you'll be able to access it in your models for selecting, inserting, etc.