朵拉
用于值解析、数据持久性、模板、CSRF 和 XSS 保护的输入生成库。
文档
本文档作为 Dora API 文档。 如果您愿意,可以在浏览同时学习 Dora API,并使用本文档作为 API 参考。
形式
Form是一个数据容器。
/**
* @param array $data Data used to populate Input generated using an instance of this Form.
* @param null|string $template Template class name.
*/
$ form = new \ Gajus \ Dora \ Form ([
'foo' => 'Heeeere\'s...Johnny!' ,
'bar' => 'Yada, yada, yada.' ,
'baz' => 0
2021-06-20 21:03:34
310KB
CSS
1