diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-04 10:51:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-04 10:51:55 +0100 |
commit | 61f17be68fca126effb7fff7780ca2fd10e7c4dc (patch) | |
tree | b9cf228814fba6e68ea9039b8a504ed6d48d5583 /system/libraries | |
parent | 309d7012a737f140076cabbe8873dc39f25331b2 (diff) | |
parent | 694d400efb077666955672c2e8c22e4d1b3a3a06 (diff) |
Merge pull request #3388 from jim-parry/fix/deprecation
Flag the smiley helper and shopping cart as deprecated.
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Cart.php | 1 |
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 { |