-
论坛系统升级为Xenforo,欢迎大家测试!Dismiss Notice

- Last Activity:
- 13y 45w ago
- Joined:
- Sep 27, 2005
- Messages:
- 11,720
- Likes Received:
- 37
- Trophy Points:
- 0
Followers 4
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(); //加载数据库