谁有CodeIgniter购物车实例?
谁有CodeIgniter购物车实例? 车出来的晚,用的也少,cart注释有比较完整的使用范例,怎么用就是经验了 怎么用啊?赐教下~谢谢 建立一个MY_Cart.phpapplication/libraries下
PHP
<?phpif ( ! defined('BASEPATH')) exit('No direct script access allowed');
class MY_Cart extends CI_Cart {
function __construct() {
parent::CI_Cart();
$this->product_name_rules = 'dD';
}
}
复制代码
页:
[1]