(); $search->index(); break;/apps/home/controller/SearchController.php调用了 ParserController类...的 parserSearchLabel方法class SearchController extends Controller{ ... ...this->model->getLists($scode, $num, $order, $where1, $where2, $where3, $fuzzy, $start, $lfield, $lg);页面中的搜索框是对...condition['d_source']) { case 'post': $data = @$_POST[$varname]; break; ... // 数据类型检测...->where($select, 'AND', 'AND', $fuzzy) ...;}就在select数组 中,通过 where方法 进行了 SQL语句 拼接操作Model类/core/basic