框架的路由采用標準的MVC模式,模型(model)-視圖(view)-控制器(controller)
框架的路由參考文檔:
http://www.hmoore.net/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