$job_list = Article::where(['status'=>1,'isdel'=>0,'cate_id'=>21])->order('sort asc,id asc')->select();
$this->assign('job_list',$job_list);
$this->assign('idx',19);
return $this->fetch();
}
public function detail(){
$id = $this->request->param('id');
$info = Article::get($id);
$info->hits = $info->hits + 1;
$info->save();
$info['operator'] = Manager::where('id',$info->operator_id)->value('nickname');
// 上一页
$mapPre[]=['isdel','=',0];
$mapPre[]=['status','=',1];
$mapPre[]=['cate_id','=',$info['cate_id']];
$mapPre[]=['id','<',$info['id']];
$info['pre']=Article::field('id,title,create_time')->where($mapPre)->order('id desc')->find();
// 下一页
PHPSESSID | b9d8e09suc4qgblfe0jpq4tcar |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=b9d8e09suc4qgblfe0jpq4tcar |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.zhongtuchem.cn |
HTTP_USER_AGENT | Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | zhongtuchem.cn |
SERVER_PORT | 80 |
SERVER_ADDR | 172.17.80.68 |
REMOTE_PORT | 44406 |
REMOTE_ADDR | 107.158.144.90 |
SERVER_SOFTWARE | nginx/1.20.2 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/zhongtuchem.cn/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /detail/www.zhongtuchem.cn |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/detail/www.zhongtuchem.cn |
SCRIPT_FILENAME | /www/wwwroot/zhongtuchem.cn/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1735129854.0527 |
REQUEST_TIME | 1735129854 |
TEMP_HTML_PATH | ./html/ |
FILTER_VALIDATE_BOOL | 258 |
PINYIN_DEFAULT | 4096 |
PINYIN_TONE | 2 |
PINYIN_NO_TONE | 4 |
PINYIN_ASCII_TONE | 8 |
PINYIN_NAME | 16 |
PINYIN_KEEP_NUMBER | 32 |
PINYIN_KEEP_ENGLISH | 64 |
PINYIN_UMLAUT_V | 128 |
PINYIN_KEEP_PUNCTUATION | 256 |