summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cart.php
diff options
context:
space:
mode:
authorJames L Parry <jim_parry@bcit.ca>2014-12-04 05:53:40 +0100
committerJames L Parry <jim_parry@bcit.ca>2014-12-04 05:53:40 +0100
commit694d400efb077666955672c2e8c22e4d1b3a3a06 (patch)
treed5da37cb8425e9665d5c84acac6bea4057cb5c8a /system/libraries/Cart.php
parentdfcca20182d608f68f56a6129cc57b41503244d9 (diff)
Flag the smiley helper and shopping cart as deprecated.
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'system/libraries/Cart.php')
-rw-r--r--system/libraries/Cart.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php
index 14f08a8c3..686d563b0 100644
--- a/system/libraries/Cart.php
+++ b/system/libraries/Cart.php
@@ -45,6 +45,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @category Shopping Cart
* @author EllisLab Dev Team
* @link http://codeigniter.com/user_guide/libraries/cart.html
+ * @deprecated 3.0.0 This class does not fit CI
*/
class CI_Cart {