框架的路由采用标准的MVC模式,模型(model)-视图(view)-控制器(controller)
框架的路由参考文档:
https://www.kancloud.cn/calfbaby/calfbb/422590
1、首页
http://btb.helpbb.cn/
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Index.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/index/index.html
2、登陆页
http://btb.helpbb.cn/?m=app&c=login
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Login.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/login/login.html
3、帮助页
http://btb.helpbb.cn/?m=app&c=faq
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Faq.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/faq/faq.html
4、工单支持页
http://btb.helpbb.cn/?m=app&c=support
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Support.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/support/help.html
5、比特币存款页
http://btb.helpbb.cn/?m=app&c=transactions&a=cashouts
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Transactions.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/transactions/cashouts.html
6、进行转账页
http://btb.helpbb.cn/?m=app&c=transactions&a=deposits
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Transactions.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/transactions/deposits.html
7、请求取现页
http://btb.helpbb.cn/?m=app&c=transactions&a=transfers
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Transactions.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/transactions/transfers.html
8、请求取现页
http://btb.helpbb.cn/?m=app&c=transactions&a=transfers
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Transactions.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/transactions/transfers.html
9、二元树页
http://btb.helpbb.cn/?m=app&c=trees&a=binary
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Trees.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/trees/binary.html
10、矩阵页
http://btb.helpbb.cn/?m=app&c=trees&a=matrix
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Trees.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/trees/matrix.html
11、单级页
http://btb.helpbb.cn/?m=app&c=trees&a=unilevel
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Trees.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/trees/unilevel.html
12、升级页面
http://btb.helpbb.cn/?m=app&c=upgrade&a=news#
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Upgrade.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/upgrade/news.html
13、用户介绍页
http://btb.helpbb.cn/?m=app&c=users
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Users.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/users/user_profile.html
14、钱包页
http://btb.helpbb.cn/?m=app&c=wallet
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Wallet.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/wallet/wallets.html
15、用户推荐注册页
http://btb.helpbb.cn/?m=app&c=users&a=register
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Users.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/wallet/register.html
16、主页
http://btb.helpbb.cn/?m=app&c=index&a=home
默认控制器路径:
/usr/share/nginx/html/btb/app/controller/Index.php
默认静态html文件路径:
/usr/share/nginx/html/btb/app/template/wallet/home.html