2011-12-03 9 views

答えて

0

あなたはCodeIgniterの設定ファイルに設定を保存することができ、
ラッパークラスを作成しますが、そのラップHTMLPurifier、
周りとに設定し、すべての設定を置きますコンストラクタです。 -

class Purifier extends HTMLPurifier 
{ 
    public function __construct() 
    { 
    // call parent::__construct 
    // load and set your configuration 
    // seq might affect the logic, you might want to reverse it 
    } 
関連する問題