atk14 / table-record
Atk14 框架中操作数据库记录的基本类。
v1.2.0
2022-10-27 10:59 UTC
Requires
- php: >=7.1.0
- atk14/dbmole: 1.* >=1.1.2
- atk14/functions: *
- atk14/string4: 0.*
Requires (Dev)
- atk14/tester: *
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2024-09-20 10:19:14 UTC
README
TableRecord 为表格记录提供了基本功能。
安装
只需使用 Composer
composer require atk14/table_record
测试
安装开发所需依赖
composer update --dev
运行测试
cd test
../vendor/bin/run_unit_tests
许可
TableRecord 是免费软件,按照 MIT 许可证的条款分发(点击查看 MIT 许可证)