テキストフォーマットヘルパー
テキストフォーマットヘルパーは「 system/helper/typography_helper.php 」ファイルで、
テキストをブラウザで表示した際に見やすいようにHTMLフォーマット変換する関数が定義されています。
文字体裁ヘルパーのロード
「 CI_Loader 」クラスの「 helper() 」メソッドでロードします。
$this->load->helper('typography');
文字体裁ヘルパーの関数
nl2br_except_pre
CI_Typographyライブラリクラスの「 nl2br_except_pre()」メソッドのラッパー関数です。
auto_typography
CI_Typographyライブラリクラスの「 auto_typography()」メソッドのラッパー関数です。
entity_decode
CI_Securityコアクラスの「entity_decode()」 メソッドのラッパー関数です。