Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

App Directory >> CakePHP TextHelper by Ajay AnturkarAjay Anturkar

Download this App

package
CakePHP TextHelper
version
1.0.1
license
MIT (X11)

CakePHP TextHelper

The TextHelper contains methods to make text more usable and friendly in your views. It aids in enabling links, formatting urls, creating excerpts of text around chosen words or phrases, highlighting key words in blocks of text, and to gracefully truncating long stretches of text.

Functions


How to use



$text 
get::helper('text');
echo 
$text->autoLinkEmails("This is my email: ");// Output will have mailto link on email address


App Files