文件名称:cakephp-pdf-generator:为任务pdf生成页面添加按钮pdf生成(从当前url获取数据,格式为json)
文件大小:7.11MB
文件格式:ZIP
更新时间:2024-07-23 11:27:28
PHP
cakephp-pdf-生成器 如果要将按钮 pdf 生成添加到任务 pdf 生成页面,请使用它(从当前 url 获取数据,格式为 json) 安装 cd my_cake_app/app git clone git://github.com/samokspv/cakephp-pdf-generator.git Plugin/PdfGenerator 或者如果您使用 git add 作为子模块: cd my_cake_app git submodule add "git://github.com/samokspv/cakephp-pdf-generator.git" "app/Plugin/PdfGenerator" 然后在 Config/bootstrap.php 中添加插件加载 CakePlugin::load('PdfGenerator', array('bootstrap'
【文件预览】:
cakephp-pdf-generator-master
----composer.json(518B)
----.travis.yml(1KB)
----Vendor()
--------empty(0B)
----CONTRIBUTING.markdown(37B)
----Lib()
--------empty(0B)
----Test()
--------Case()
--------Fixture()
--------Data()
----.semver(48B)
----Model()
--------Behavior()
--------PdfGenerator.php(6KB)
--------PdfGeneratorAppModel.php(89B)
--------Datasource()
----Console()
--------Command()
----View()
--------Elements()
--------Pdf()
----Controller()
--------PdfGeneratorController.php(2KB)
--------Component()
--------PdfGeneratorAppController.php(109B)
----README.md(3KB)
----.editorconfig(271B)
----LICENSE.txt(1KB)
----Config()
--------bootstrap.php(383B)
--------routes.php(271B)
--------defaultConfig.php(539B)
--------Schema()
----webroot()
--------css()
--------images()
--------js()
--------empty(0B)