From 78c3fa83531d4c1ca292f64e9383a9a4ff0f795b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 21 Jan 2008 15:11:13 +0000 Subject: assorted guide fixes and additions --- user_guide/helpers/email_helper.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'user_guide/helpers/email_helper.html') diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html index b7aff6f21..48c47f298 100644 --- a/user_guide/helpers/email_helper.html +++ b/user_guide/helpers/email_helper.html @@ -2,7 +2,7 @@ -CodeIgniter User Guide : Download Helper +CodeIgniter User Guide : Email Helper @@ -57,15 +57,14 @@ Download Helper
-

Download Helper

- -

The Download Helper lets you download data to your desktop.

+

Email Helper

+

The Email Helper provides some assitive functions for working with Email. For a more robust email solution, see CodeIgniter's Email Class.

Loading this Helper

This helper is loaded using the following code:

-$this->load->helper(email); +

$this->load->helper('email');

The following functions are available:

-- cgit v1.2.3-24-g4f1b