diff options
Diffstat (limited to 'user_guide')
-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> |