diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-08-16 14:57:45 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-08-16 14:57:45 +0200 |
commit | d8153f502f2e553e6169b6245c36d26b7a2d027a (patch) | |
tree | 659990ba147563bbda350e0d5b53a4f5178f94f9 | |
parent | b76fedd3b07549b926b18148793c8f50373942bb (diff) |
guide typo
-rw-r--r-- | user_guide/libraries/cart.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html index 4d458f57d..0dcf04acc 100644 --- a/user_guide/libraries/cart.html +++ b/user_guide/libraries/cart.html @@ -68,7 +68,7 @@ These items can be retrieved and displayed in a standard "shopping cart" format, <p><strong>Important:</strong> The Cart class utilizes CodeIgniter's <a href="sessions.html">Session Class</a> to save the cart information to a database, so before using the Cart class you must set up a database table -as indicated in the <a href="sessions.html">Session Documentation</a> , and set the session preferences in your <kbd>appliction/config/config.php</kbd> file to utilize a database.</p> +as indicated in the <a href="sessions.html">Session Documentation</a> , and set the session preferences in your <kbd>application/config/config.php</kbd> file to utilize a database.</p> <p>To initialize the Shopping Cart Class in your controller constructor, use the <dfn>$this->load->library</dfn> function:</p> |