CodeIgniter Forums
fetch particular lines - 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: fetch particular lines (/showthread.php?tid=50760)



fetch particular lines - El Forum - 04-07-2012

[eluser]Harshala[/eluser]
Code:
I am fetching few records from database and displaying in a table, the description field of the table has huge content, so when I display it in the table, it overflows my view, so instead I want to display particular number of lines from that field so that my table will give a proper look. Please suggest me some way to do this.