diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-21 16:11:13 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-21 16:11:13 +0100 |
commit | 78c3fa83531d4c1ca292f64e9383a9a4ff0f795b (patch) | |
tree | d2098d37be9c0b88a2565c2057723ef5cfe6b4f8 /user_guide/helpers | |
parent | 5b0a881d9251ce94114f0cc0eb6f080c163044aa (diff) |
assorted guide fixes and additions
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/email_helper.html | 9 |
1 files changed, 4 insertions, 5 deletions
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 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<title>CodeIgniter User Guide : Download Helper</title>
+<title>CodeIgniter User Guide : Email Helper</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
@@ -57,15 +57,14 @@ Download Helper <div id="content">
-<h1>Download Helper</h1>
-
-<p>The Download Helper lets you download data to your desktop.</p>
+<h1>Email Helper</h1>
+<p>The Email Helper provides some assitive functions for working with Email. For a more robust email solution, see CodeIgniter's <a href="../libraries/email.html">Email Class</a>.</p>
<h2>Loading this Helper</h2>
<p>This helper is loaded using the following code:</p>
-<code>$this->load->helper(email);</code>
+<p><code>$this->load->helper('email');</code></p>
<p>The following functions are available:</p>
|