摘要:
<?php /** * Created by PhpStorm. * User: kevin_yang * Date: 2018/1/4 * Time: 22:49 */ header('content-type:text/html;charset=utf-8'); ini_set('memory_ 阅读全文
摘要:
/** * 获取所有下级分类(包含本身) */public function getAllLowerCategory($pid = 0){ $category = ProductCategory::select('pc_id')->where('pc_parent_id',$pid)->get()- 阅读全文