init
parents
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
app/.gitignore
0 → 100644
app/.htaccess
0 → 100644
app/api/controller/Api.php
0 → 100644
app/api/controller/Factory.php
0 → 100644
app/api/controller/Oauth.php
0 → 100644
app/api/controller/Send.php
0 → 100644
app/api/controller/Sms.php
0 → 100644
app/api/controller/UnauthorizedException.php
0 → 100644
app/api/controller/v1/Classification.php
0 → 100644
app/api/controller/v1/Customized.php
0 → 100644
app/api/controller/v1/Dankalinfo.php
0 → 100644
app/api/controller/v1/Dkcase.php
0 → 100644
app/api/controller/v1/Fans.php
0 → 100644
app/api/controller/v1/Token.php
0 → 100644
app/api/controller/v1/User.php
0 → 100644
app/api/controller/v1/Viewpoint.php
0 → 100644
app/api/controller/v2/User.php
0 → 100644
app/api/model/Classification.php
0 → 100644
app/api/model/Customized.php
0 → 100644
app/api/model/Dankalinfo.php
0 → 100644
app/api/model/Dkcase.php
0 → 100644
app/api/model/Oauth.php
0 → 100644
app/api/model/Token.php
0 → 100644
app/api/model/User.php
0 → 100644
app/api/model/Viewpoint.php
0 → 100644
app/api/swagger.json
0 → 100644
This diff is collapsed.
Click to expand it.
app/command.php
0 → 100644
app/common.php
0 → 100644
app/common/controller/Common.php
0 → 100644
app/common/model/Common.php
0 → 100644
app/common/tools/Auth.php
0 → 100644
app/common/tools/DbManage.php
0 → 100644
app/common/tools/Image.php
0 → 100644
app/common/tools/Strings.php
0 → 100644
app/common/tools/Visitor.php
0 → 100644
app/common/validate/Validate.php
0 → 100644
app/config.php
0 → 100644
app/database.php
0 → 100644
app/route.php
0 → 100644
app/tags.php
0 → 100644
app/www/controller/Error.php
0 → 100644
app/www/controller/Index.php
0 → 100644
build.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "topthink/think", | ||
"description": "the new thinkphp framework", | ||
"type": "project", | ||
"keywords": [ | ||
"framework", | ||
"thinkphp", | ||
"ORM" | ||
], | ||
"homepage": "http://thinkphp.cn/", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "liu21st", | ||
"email": "liu21st@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"topthink/framework": "^5.0.4", | ||
"topthink/think-captcha": "^1.0.7", | ||
"topthink/think-testing": "^1.0", | ||
"zircote/swagger-php": "^2.0" | ||
}, | ||
"extra": { | ||
"think-path": "thinkphp" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
Click to expand it.
php
0 → 100644
phpunit.xml
0 → 100644
public/.htaccess
0 → 100644
public/favicon.ico
0 → 100644
File added
public/index.php
0 → 100644
public/robots.txt
0 → 100644
public/router.php
0 → 100644
public/static/admin/css/animate.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/static/admin/css/bootstrap-table.css
0 → 100644
public/static/admin/css/style.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/static/admin/css/style.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/static/admin/images/logo.jpg
0 → 100644
35.8 KB
public/static/admin/js/bootstrap-table.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/static/admin/js/en-us.js
0 → 100644
public/static/admin/js/gridview.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/static/admin/js/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/static/admin/js/zh-CN.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/static/admin/lib/bootstrap3/js/npm.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
public/static/admin/lib/jquery-3.1.0.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/swagger.json
0 → 100644
think
0 → 100644
thinkphp/.gitignore
0 → 100644
thinkphp/.htaccess
0 → 100644
thinkphp/.travis.yml
0 → 100644
thinkphp/CONTRIBUTING.md
0 → 100644
thinkphp/LICENSE.txt
0 → 100644
thinkphp/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/base.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/codecov.yml
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/console.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/convention.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/lang/zh-cn.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/App.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Build.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Collection.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Config.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Console.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Controller.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Cookie.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Db.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Debug.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Env.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Error.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Exception.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/File.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Hook.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Loader.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Log.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Model.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Paginator.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Process.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Request.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Response.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Route.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Session.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Template.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Url.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Validate.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/View.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/cache/Driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/cache/driver/File.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/cache/driver/Lite.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/config/driver/Ini.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/config/driver/Xml.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/Command.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/Input.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/Output.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/bin/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/controller/Rest.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/controller/Yar.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Builder.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Connection.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Query.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Mysql.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Pgsql.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Sqlite.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Sqlsrv.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/debug/Console.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/debug/Html.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/exception/Handle.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/log/driver/File.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/log/driver/Socket.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/log/driver/Test.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Merge.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Pivot.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Relation.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/process/Builder.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/process/Utils.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Json.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Jsonp.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Redirect.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/View.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Xml.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/template/TagLib.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/view/driver/Php.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/think/view/driver/Think.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/traits/controller/Jump.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/traits/model/SoftDelete.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/library/traits/think/Instance.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/phpunit.xml
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/start.php
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/tpl/default_index.tpl
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/tpl/dispatch_jump.tpl
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/tpl/page_trace.tpl
0 → 100644
This diff is collapsed.
Click to expand it.
thinkphp/tpl/think_exception.tpl
0 → 100644
This diff is collapsed.
Click to expand it.
tp-admin.txt
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.