atk14 / table-record
Base class for manipulating database records for Atk14 framework.
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-11-15 10:58:53 UTC
README
TableRecord provides basic functionality with table records.
Installation
Just use the Composer:
composer require atk14/table_record
Testing
Install required dependencies for development:
composer update --dev
Run tests:
cd test
../vendor/bin/run_unit_tests
License
TableRecord is free software distributed under the terms of the MIT license