![]() |
Word limiter questions - 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: Word limiter questions (/showthread.php?tid=29275) |
Word limiter questions - El Forum - 04-04-2010 [eluser]mikegeorgeff[/eluser] I am creating a blog application and I want to limit the number of words in the body of each blog post. How would I go about doing this. Here is what I have so far: Code: function index() Word limiter questions - El Forum - 04-04-2010 [eluser]InsiteFX[/eluser] Here try this: Creating a QuickStart Blog with CodeIgniter Electronic Version: US $6.99 Controller Code: function index() view Code: // application/config/autoload.php InsiteFX Word limiter questions - El Forum - 04-04-2010 [eluser]mikegeorgeff[/eluser] Thank You, That worked great. Word limiter questions - El Forum - 04-04-2010 [eluser]InsiteFX[/eluser] Your very welcome. I would purchase that blog for the $6.99 well worth it and it's all coded in Active Record, very nice I learned a lot form it last year. InsiteFX |