08 2014 档案

摘要:最近做的项目一直在用laraval框架,有些地方确实很方便,但是有些方面实在是太坑了,就比如这次在数据库里,官方文档写的是Take note thatemailis not a required option, it is merely used for example. You should us... 阅读全文
posted @ 2014-08-14 18:29 血之君殇 阅读(529) 评论(0) 推荐(0)
摘要:是因为在$activity=Activity::where('center_id','=',$center->id)->where('Date','=',date("Y-m-d", $sunday));少加了->firstOrFail(); 阅读全文
posted @ 2014-08-12 10:21 血之君殇 阅读(2168) 评论(0) 推荐(0)
摘要:今天创建了一个model,名字叫做Role_Users.php,结果运行的时候死活不识别,后来发现去掉名字中的下划线就可以识别了,虽然解决了,但还是不明白原理,若有大神看到但求解答 阅读全文
posted @ 2014-08-07 14:08 血之君殇 阅读(323) 评论(0) 推荐(0)