ttek/tk-form
最新稳定版本:8.0.52
Composer 安装命令:
composer require ttek/tk-form
包简介
Tk Lib: Form render with DOM and PHP templates
关键字:
README 文档
README
Project: ttek/tk-form
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/
A Form lib for the Tk Framework
Contents
Installation
Available on Packagist (ttek/tk-form) and as such installable via Composer.
composer require ttek/tk-form
Or add the following to your composer.json file:
{
"require": {
"ttek/tk-form": "~8.0.0"
}
}
Form State Chart
Create Form
|
|
Add Form Fields
|
|
Load Field Values
|
|
if (isSubmitted) ----[YES]---------------
| |
| |
[No] Load Request Into Field values
| |
| |
| Validate Field Data
| |
| |
| <----------[YES]------- if (hasErrors)
| |
| |
| [No]
| |
| |
Render Form Save Data To Storage
|
|
Redirect To Success Page
统计信息
- 总下载量: 2.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-02