发布于 2017-10-22 00:26:50 | 199 次阅读 | 评论: 0 | 来源: 网友投递
Symfony开源的PHP开发框架
Symfony是一个基于MVC模式的面向对象的PHP5框架。Symfony允许在一个web应用中分离事务控制,服务逻辑和表示层。
Symfony 已发布全新的 4.0.0 首个测试版本,
4.0 版本带来了大量的新特性,完整内容请查阅发行说明。部分如下:
Adding a new debug:autowiring command
[HttpFoundation] Make sessions secure and lazy
[Form] [TwigBridge] Added option to disable usage of default themes when rendering a form
[OptionsResolver] Support array of types in allowed type
added ability to handle parent classes for PropertyNormalizer
[HttpKernel] implement reset() in DumpDataCollector
[Console][HttpKernel] Handle new SHELL_VERBOSITY env var, also configures the default logger
[MonologBridge][EventDispatcher][HttpKernel] remove deprecated features
[FORM] Prevent forms from extending itself as a parent
[DI] Throw accurate failures when accessing removed services
[Form] Display option definition from a given form type
……
下载地址: