Tutorial by Examples

This helper is loaded using the following code: $this->load->helper('array'); The following functions are available: element() Lets you fetch an item from an array. The function tests whether the array index is set and whether it has a value. If a value exists it is returned. If a value ...

Page 1 of 1