10 Star 56 Fork 3

辰风沐阳 / 微擎小程序TP6.0框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
solve.php 882 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
// +-----------------------------------------------------------------------
// | 本文件只为解决编辑器打开 install.php、uninstall.php、upgrade.php 报红
// +-----------------------------------------------------------------------
// | Author: liang 辰风沐阳 23426945@qq.com Blog: https://www.itqaq.com
// +-----------------------------------------------------------------------
if (!function_exists('pdo_run')) {
function pdo_run(string $sql)
{
}
}
if (!function_exists('tablename')) {
function tablename(string $table)
{
}
}
if (!function_exists('pdo_tableexists')) {
function pdo_tableexists(string $table)
{
}
}
if (!function_exists('pdo_fieldexists')) {
function pdo_fieldexists(string $table, string $field)
{
}
}
if (!function_exists('pdo_query')) {
function pdo_query(string $sql)
{
}
}
PHP
1
https://gitee.com/u1s1it/wechat-applet.git
git@gitee.com:u1s1it/wechat-applet.git
u1s1it
wechat-applet
微擎小程序TP6.0框架
master

搜索帮助