开始使用
安装组件
使用 composer 命令进行安装或下载源代码使用。
composer require aweitian/db-reflection
单元测试
需要数据库garri
./vendor/bin/phpunit
$info = new Table ('gg', $this->con, $this->cache);
$info->getColumnNames()
获取数据库信息和表信息
使用 composer 命令进行安装或下载源代码使用。
composer require aweitian/db-reflection
需要数据库garri
./vendor/bin/phpunit
$info = new Table ('gg', $this->con, $this->cache);
$info->getColumnNames()