Sending emails with CodeIgniter getting PHP error
问题 im trying to teach myself codeignighter and currently learning sending emails. I am trying to load the email library and i keep getting "Undefined property: Email::$load" error. Ive tried for the last hour to find the problem but cant find out whats wrong, any help is much appreciated. my email.php <?php class Email extends CI_Controller { function __construct() { parent::get_instance(); } function index() { $config = Array( 'protocol' => 'smtp', 'smtp_host' => 'ssl://smtp.googlemail.com',