Ai
2 Star 7 Fork 0

APIJSON/APIJSON-PHP-Simple

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
star 提交于 2018-10-23 17:18 +08:00 . -
<?php
namespace test;
require "vendor/autoload.php";
use apijson\Db;
use apijson\Api;
class Test
{
public static function main()
{
Db::connect("127.0.0.1", "test", "root", "root");
var_dump(Db::$tables);die;
try{
$api = new Api();
}catch(\Exception $e){
echo $e->getMessage();
}
$a = ['[]' => ['count' => 3, 'User' => ['id&{}' => ">800,<900"]]];
// var_dump($a);
}
}
Test::main();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/APIJSON/APIJSON-PHP-Simple.git
git@gitee.com:APIJSON/APIJSON-PHP-Simple.git
APIJSON
APIJSON-PHP-Simple
APIJSON-PHP-Simple
master

搜索帮助