codeigniter(ci)常用类库及辅助函数大全.docVIP

  • 16
  • 0
  • 约 5页
  • 2016-10-17 发布于重庆
  • 举报

codeigniter(ci)常用类库及辅助函数大全.doc

codeigniter(ci)常用类库及辅助函数大全

?php class Useful extends CI_Controller{ /** * * @author xiahuiqin * @uses codeigniter常用类库及辅助函数的使用 * @since 2012-06-06 * **/ function __construct(){ parent::__construct(); } /** * @uses 文本辅助函数 **/ function text(){ $this-load-helper(text); $disallowed = array(nice,words); $string = Here is a nice text string consisting of eleven words; echo word_limiter($string,4); //输出: Here is a nice... echo character_limiter($string,20); //Returns: Here is a nice text string... //用特定的文本或者是字符 替代 某文本中的某些文字 echo word_censor($string,$disallowed,hello); //Returns: Here is

文档评论(0)

1亿VIP精品文档

相关文档