aid

Wednesday, 15 April 2015

HTML Helper in codeigniter

HTML Helper in codeigniter
CodeIgniter provides HTML Helper file contains functions that nhelp to working with HTML.
Loading this Helper

This helper is loaded using the following code:
$this->load->helper('html');
The following html helper functions are available in CodeIgniter:
br()
heading()
img()
link_tag()
nbs()
ol() and ul()
meta()
doctype()

No comments:

Post a Comment