コード例 #1
0
 function __construct($config = array())
 {
     parent::__construct($config);
     $this->CI =& get_instance();
     $this->setFromEmail(Settings_class::get('server_email'));
     $this->setEmailTitle($GLOBALS['global']['SITE_ADMIN']['email']);
 }
コード例 #2
0
ファイル: User_mail.php プロジェクト: duongtruong/zanado
 function __construct()
 {
     parent::__construct();
 }