Tutorialsplane

Codeigniter Text Helper


Codeigniter Text Helper – Codeigniter text helper contains functions it will help us to do work with string. it has word limiter, character limiter and lots of function.$this->load->helper(‘text’); is used to load the helper. Here in this tutorial, we are going to explain how to use text helper in codeIgniter.


Codeigniter Text Helper Example

Let us first see how to load text helper in codeigniter and then use its function-

Load text helper

How to load text helper in codeingniter example:

 
$this->load->helper('text');

Functions:-

There are many functions available in text helper. Now we will explain one by one with example.

Models

Connect Database

Helpers

Libraries

Helper Reference

Library Reference

Database Reference