码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp查询

时间:2015-11-08 15:06:03      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:

public function index(){

  $result = M(‘content‘)->select()

  $this->assig(‘result‘,$result);

  $this->display()

}

 

简化

public function index(){

  $this->assign(‘result‘,M(‘content‘->select()))display()

}

thinkphp查询

标签:

原文地址:http://www.cnblogs.com/wesky/p/4947224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!