Codeigniter-Persian

A Codeigniter library to work with Persian characters

View the Project on GitHub MahdiMajidzadeh/Codeigniter-Persian

Codeigniter-Persian

StyleCI

This library not maintained eny more

A Codeigniter library to work with Persian characters ahd normalize data entries

how to install

Copy Persian.php to application/libraries of your own project.

how to use

First, load library:

$this->load->library('persian');

and use one of functions:

$this->persian->text($text);

List of functions

Contributor