摘要: public function prevnext($table,$id,$where=[]){ $ids=db($table)->field('id,title')->order('sort asc')->where($where)->column('id'); $key=array_search( 阅读全文
posted @ 2019-02-14 15:49 酷酷的城池 阅读(698) 评论(0) 推荐(0)
摘要: redis是什么: Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contain s 阅读全文
posted @ 2019-02-14 11:10 酷酷的城池 阅读(229) 评论(0) 推荐(0)