当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 7 Fork 4

whlives / smallshop1.0
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
my_models.php 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
<?php die();
/**
* Add you custom models here that you are loading in your controllers
*
* <code>
* $this->site_model->get_records()
* </code>
* Where site_model is the model Class
*
* ---------------------- Models to Load ----------------------
* <examples>
*
* @property loop_model $loop_model
* @property areas_model $areas_model
* @property upload_model $upload_model
* @property cart_model $cart_model
* @property ctegory_model $ctegory_model
* @property goods_model $goods_model
* @property goods_sum_model $goods_sum_model
* @property model_model $model_model
* @property shop_category_model $shop_category_model
* @property shop_model $shop_model
* @property shop_withdraw_model $shop_withdraw_model
* @property user_account_log_model $user_account_log_model
* @property user_address_model $user_address_model
* @property user_model $user_model
* @property user_online_recharge $user_online_recharge
* @property express_templet_model $express_templet_model
* @property order_model $order_model
* @property admin_model $admin_model
* @property delivery_model $delivery_model
* @property payment_model $payment_model
* @property adv_model $adv_model
* @property article_cat_model $article_cat_model
* @property coupons_model $coupons_model
*
*/
class my_models
{
}
// End my_models.php
PHP
1
https://gitee.com/whlives/yimeng.git
git@gitee.com:whlives/yimeng.git
whlives
yimeng
smallshop1.0
master

搜索帮助