
PHP
Creatint
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Phinx Migration 小记
字段字段类型Phinx为每个表自动设置id字段自增,primary_id为主键,默认为id字段。 public function change() { $table = $this->table('articles', ['engine' => 'MyISAM']); $table ->addColumn('material_id', 'integer', [原创 2017-05-29 18:22:01 · 986 阅读 · 0 评论 -
thinkphp5 resource not found 未解决
在设置资源路由时出现这个问题:[0] HttpException in helper.php line 526resource not found. * @param integer|Response $code 状态码 或者 Response对象实例 * @param string $message 错误信息 * @param原创 2017-05-29 20:19:09 · 1167 阅读 · 1 评论