我使用lists()报错,Call to undefined method Illuminate\Database\Query\Builder::lists()
2016-10-03
给这节课提个小建议,虽然在讲解时提到了@yield 和@section的区别,但是在例子里并没有给做示例讲解,所以他们的区分听的还是不太懂。
2016-10-01
.footer {
width:1000px;
height:150px;
margin:0 auto;
margin-top: 15px;
background: #f5f5f5;
border:1px solid #ddd;
}
width:1000px;
height:150px;
margin:0 auto;
margin-top: 15px;
background: #f5f5f5;
border:1px solid #ddd;
}
2016-10-01
.main .sidebar {
float:left;
width:20%;
height:inherit;
background: #f5f5f5;
border:1px solid #ddd;
}
.main .content {
float:right;
width:75%;
height:inherit;
background: #f5f5f5;
border:1px solid #ddd;
}
float:left;
width:20%;
height:inherit;
background: #f5f5f5;
border:1px solid #ddd;
}
.main .content {
float:right;
width:75%;
height:inherit;
background: #f5f5f5;
border:1px solid #ddd;
}
2016-10-01
html文件初始代码的style部分
.header {
width:1000px;
height:150px;
margin:0 auto;
background: #f5f5f5;
border:1px solid #ddd;
}
.main {
width: 1000px;
height: 300px;
margin: 0 auto;
margin-top: 15px;
clear: both;
}
.header {
width:1000px;
height:150px;
margin:0 auto;
background: #f5f5f5;
border:1px solid #ddd;
}
.main {
width: 1000px;
height: 300px;
margin: 0 auto;
margin-top: 15px;
clear: both;
}
2016-10-01
Eloquent ORM 是真正体现Laravel“优雅”的设计,是“让开发者真正关注业务而不是底层代码”的集中体现之一!大赞!
2016-09-29