dev_henry/library
Composer 安装命令:
composer create-project dev_henry/library
包简介
A Powerful PHP Library that helps to Automate Tasks
README 文档
README
Light Weight Library Used to Automate SQL Query has SQLite Support too
Usage
Creating A Table
<?php use DevHenry\Model; $model = new Model("users", [ Model::INT("id", true), Model::TEXT("email"), Model::TEXT("firstname"), Model::TEXT("lastname"), Model::TEXT("password"), Model::TEXT("balance"), ]); /** * This Will Create The Table and Save the Query in '/generated' folder in the same folder where this file is located */ Loader::load($model);
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-10-07