技术

4162   2020-02-26

Promises/A+规范

5540   2019-07-21

symfony注入服务方式

参考资料: https://symfony.com/doc/current/service_container/autowiring.html 注入方式 https://symfony.com/doc/current/servic...
3871   2019-07-19

symfony使用缓存

参考文档:https://symfony.com/doc/4.2/components/cache.html The Cache Component使用默认文件缓存1、注入CacheInterface $cachepublic&n...
5052   2019-07-13

symfony快速搭建后台

https://github.com/kevinpapst/AdminLTEBundle AdminLTE bundle for Symfony 4 https://www.cnblogs.com/forget-reme...
6694   2   2019-07-13

php代码覆盖率统计工具

常用的单元测试工具都有代码覆盖率工具,但是当我们想统计接口测试覆盖率可能有些困难。 一般需要借助xdebug的覆盖率功能再配合一些统计展示工具。 常用工具: 1、codeception远程统计覆盖率:https://codeception...
参考资料:https://github.com/Codeception/Codeception/issues/4976 参考官方文档进行初始化:https://codeception.com/for/symfonysymfony4...
参考文章: https://symfony.com/doc/current/doctrine/reverse_engineering.html How to Generate Entities from an Exist...
流量统计