From d8153f502f2e553e6169b6245c36d26b7a2d027a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 16 Aug 2010 08:57:45 -0400 Subject: guide typo --- user_guide/libraries/cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries') 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,

Important: The Cart class utilizes CodeIgniter's Session Class 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 Session Documentation , and set the session preferences in your appliction/config/config.php file to utilize a database.

+as indicated in the Session Documentation , and set the session preferences in your application/config/config.php file to utilize a database.

To initialize the Shopping Cart Class in your controller constructor, use the $this->load->library function:

-- cgit v1.2.3-24-g4f1b