-
2019-05-01 12:02:51
- 关于php赋值问题
- public function doenroll($phone = null){ static $code = 5050; if($phone != null){ &
-
0
1
1075
-
2019-04-30 15:55:10
- thinkphp 数据库链式查询排序问题
- $data = $this->db->table('travels')->where(array('status'=>0,'hot'=>1))->order('view','desc')->lists();$data = $this->db->table('
-
0
1
908
-
2019-04-22 13:48:21
- 我想知道php怎样查询大于等于某个值
- $travels_list = $this->db->table('travels')->where(array('status'=>0,'hot'=>1))->lists();
$this->
-
0
1
1248