mv/export-form-bundle

将数据导出成表单样式的包

1.0.0 2016-02-03 20:36 UTC

This package is auto-updated.

Last update: 2024-08-29 04:37:30 UTC


README

Symfony2 的一个bundle,用于通过表单逻辑导出数据。
这种方法在性能上不是最佳,但有时我们需要保持相同的逻辑。
支持嵌入表单和标签的翻译。

SensioLabsInsight

使用 COMPOSER 进行安装

php composer.phar require mv/export-form-bundle:"~1.0"

###1) 在您的 AppKernel.php 中添加

new Mv\ExportFormBundle\MvExportFormBundle(),

###2) 使用它!

查看文档