用于PHP项目的实用PHP工具
github.com/farfromunique/ACWPD_Tools
源代码
问题
安装次数: 23
依赖项: 0
建议者: 0
安全: 0
星星: 0
关注者: 2
分支: 0
公开问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT d59c2613202ce960703264a8dde7d12958e281d4
This package is auto-updated.
Last update: 2024-09-22 06:20:13 UTC
有用的工具(PHP和JS)用于ACWPD项目(或您自己的!)
composer require acwpd/tools
...然后引用您想使用的工具
JsonToTable
$table = new ACWPD\Tools\JsonTotable($JSON); // then $html = $table->build(); // or ... echo $table;
DbErrorChecker
$data = ACWPD\Tools\DbErrorChecker::CheckPrepared($db, $PreparedStatement);