![]() |
render_html: Helper function to render html elements - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: render_html: Helper function to render html elements (/showthread.php?tid=10382) |
render_html: Helper function to render html elements - El Forum - 07-29-2008 [eluser]vendiddy[/eluser] Hi all! This is a helper function I sometimes use to render html elements when I need to generate them dynamically. Code: function render_html($element) Here is a function you could stick in a controller to test it: Code: function test_render_html() Any feedback is appreciated. |