标签:port facade get mina art eid category 内容 取出
use Illuminate\Support\Facades\DB;
$articles = DB::table(‘articles‘)->join(‘category‘,‘articles.cateid‘,‘=‘,‘category.id‘)->select(‘articles.*‘,‘category.name‘)->get();
重点,一定记得select语句写上
标签:port facade get mina art eid category 内容 取出
原文地址:http://www.cnblogs.com/aiit/p/7123294.html