attogram / attogram-contactform
此软件包已被废弃且不再维护。没有推荐替代包。
Attogram 框架的联系方式模块
v0.0.2
2016-07-17 21:34 UTC
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-database: requires the Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:41:00 UTC
README
这是 联系方式模块,用于 Attogram 框架。
安装联系方式模块
- 您已经安装了 Attogram 框架,不是吗?
- 您已经安装了 Attogram 框架数据库模块,不是吗?
- 转到您的安装的顶层,然后运行
composer create-project attogram/attogram-contactform modules/contactform
联系方式模块内容
公共操作
actions/contact.php
- 联系表单
管理员操作
admin_actions/contact-admin.php
- 查看删除消息
数据库表
tables/contact.sql
- 联系表
杂项
tests/*
- phpunit 测试