摘要: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');class MyEmail extends CI_Controller { public function __construct() { parent::__construct(); } public function index( $param=array() ) { $config = array( ... 阅读全文
posted @ 2012-08-27 09:44 WhoAmMe 阅读(245) 评论(0) 推荐(0) 编辑