文章分类 -  laravel

摘要:php5.3以后支持 $test=function()use($name){ echo'hello world'.$name; } $name 为外部传参 阅读全文
posted @ 2017-03-20 16:11 米斯特尔曾 阅读(71) 评论(0) 推荐(0)
摘要:表结构 article(id,title,creatTime) t_type(id,name) industry(id,name) 中间表 t_type_articles(id,t_type_id,artcle_id) article_industry__rel(id,industry_id,art 阅读全文
posted @ 2017-03-20 12:10 米斯特尔曾 阅读(88) 评论(0) 推荐(0)
摘要:1.捕获没有连接的空路由 在app/exception/handle.php class Handler 下下面的render方法 修改为 2.返回JSON 在controller中处理方法中return response()->json($this->res); 阅读全文
posted @ 2017-03-06 21:42 米斯特尔曾 阅读(115) 评论(0) 推荐(0)