-
论坛系统升级为Xenforo,欢迎大家测试!Dismiss Notice
notnull
New Member
- notnull was last seen:
- May 16, 2011
- Loading...
- Loading...
-
Interact
Signature
<?php
//购物车模型
class Cart_model extends Model{
function Cart_model(){parent::Model();$this->load->library('session'); //载入CI的Session库}$this->load->database(); //加载数据库