Commit Graph

8 Commits

Author SHA1 Message Date
tanyb
1254fd6967 Update 13.5.md
this.Ctx.Input.Params is map, not fund
2014-05-14 17:59:01 +08:00
zerob13
ae32378dfd 修改接口,完善代码 2014-02-13 11:27:40 +08:00
zerob13
5b76fa228f 修改13.5中的blog范例的api,Ctx.Input 2014-02-13 11:23:45 +08:00
zerob13
ed29010ba4 修改13.5中的blog范例的api,从而能在新版beego中正常运行 2014-02-13 11:21:41 +08:00
JasonZhang
72794fe6e3 Update 13.5.md
“上一章”显示的文字错误,应为“日志和配置设计”
2013-08-26 18:02:41 +08:00
picker
8408e7de4b Update 13.5.md
inputs := this.Input()
定义了不用 ,直接干掉吧
2013-05-06 15:14:21 +08:00
picker
79c30d791e Update 13.5.md
func GetBlog(id int) (blog Blog) {
    db := GetLink()
    db.Where("id=?", id).Find(&blogs)
    return
}

models/cart.go:34: undefined: blogs
2013-05-06 15:04:26 +08:00
astaxie
ec1e55fa0a 修改目录结果 2013-03-21 13:53:28 +08:00