我使用lists()報錯,Call to undefined method Illuminate\Database\Query\Builder::lists()
2016-10-03
給這節(jié)課提個小建議,雖然在講解時提到了@yield 和@section的區(qū)別,但是在例子里并沒有給做示例講解,所以他們的區(qū)分聽的還是不太懂。
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 是真正體現(xiàn)Laravel“優(yōu)雅”的設計,是“讓開發(fā)者真正關注業(yè)務而不是底層代碼”的集中體現(xiàn)之一!大贊!
2016-09-29