### Dirs Frame [Site-Project] │ home.php │ ... │ robots.txt │ ├─@read : Readme Files ├─html : Static Html Files ├─imcat : Libs,Scripts,Language-package(the core code of the system) │ ├─adpt : api/Dirves │ ├─core : Core Libs │ ├─flow : Admin flow scripts │ └─lang : Language package ├─root : Entry & Config files │ ├─a3rd : 3nd [Login/Pay] Api │ ├─cfgs : Configs │ ├─error : Error pages │ ├─extra : Extra script │ ├─plus : Api/ajax Entrys │ ├─run : Startup file and Admin Entrys │ └─tools : DIY Tools and Setup Entrys ├─ures : Upload Files ├─views : views/tpls(Eache set of tpl has a sub dir) │ ├─adm : Admin Center │ ├─base : Basic-views(Include homepage) │ ├─home : Official website │ ├─demo : Demo Functions │ ├─dev : 文档版 │ ├─doc : Manual │ ├─mob : Mobile │ ├─rest : REST-API │ ├─... Extend freely │ └─umc : User Center ├─ximps : Static, 3nd Component │ ├─static : Static Pic,Icon,Logo,Fonts; │ ├─vendor : the 3nd Libs/Component │ └─vendui : the 3nd js/Front Component └─xvars : Variable Files (cathe/Temp Files) ├─ctpl : Tpl-Cache Files ├─dbexp : Export sql ├─dborg : Setup sql ├─debug : for Debug ├─dtmp : Temp/Cache Files └─remote : Romote files for gather * How to Arrange the dirs and files is the BEST?: - /imcat/adpt/wechat/ Common Wechat Libs - /imcat/adpt/weuser/ Extra Wechat Libs - /root/a3rd/ 3nd Pay/Login Apis(Libs,Settings,Entry Files)
E:.
├─adpt
│ ├─ailib
│ ├─aliyun
│ ├─cache
│ ├─caiji
│ ├─cron
│ ├─dbdrv
│ ├─ipapi
│ ├─smsapi
│ ├─store
│ ├─wechat
│ └─weuser
├─core
│ ├─blib
│ ├─clib
│ ├─dops
│ ├─elib
│ ├─glib
│ ├─sdev
│ ├─uext
│ └─vops
├─flow
│ ├─admin
│ ├─apis
│ ├─awex
│ ├─binc
│ ├─dops
│ ├─eact
│ └─emod
└─lang
├─dbins
├─kvphp
├─ptinc
├─pubs
└─ucfgs
E:.
├─a3rd
│ ├─alipay_dirbank
│ ├─alipay_direct
│ ├─alipay_wapdir
│ ├─paydemo_dir
│ ├─paypal_ec
│ ├─qqconn
│ └─weixin_pay
│ ├─cert
│ ├─demo
│ ├─doc
│ └─lib
├─cfgs
│ ├─boot
│ ├─excfg
│ ├─player
│ ├─scfile
│ ├─stinc
│ └─sycfg
├─error
├─extra
│ ├─cron
│ ├─eact
│ ├─emod
│ ├─kvphp
│ └─ulibs
├─plus
│ ├─api
│ ├─coms
│ └─yscode
├─run
└─tools
├─adbug
├─exdiy
├─proxy
└─setup
E:.
├─adm
│ ├─assets
│ ├─frame
│ ├─stpl
│ ├─_config
│ └─_ctrls
├─base
│ ├─ajax
│ ├─assets
│ │ ├─aimg
│ │ ├─cssjs
│ │ ├─jslib
│ │ └─logo
│ ├─editor
│ ├─home
│ ├─info
│ ├─stpl
│ ├─_config
│ └─_ctrls
├─comm
│ ├─about
│ ├─assets
│ ├─cargo
│ ├─corp
│ ├─c_pub
│ ├─faqs
│ ├─home
│ ├─info
│ ├─news
│ ├─topic
│ │ ├─book
│ │ ├─exdemo
│ │ ├─memory
│ │ └─_index
│ ├─_config
│ └─_ctrls
├─demo
│ ├─assets
│ ├─c_pub
│ ├─hello
│ ├─home
│ ├─mtpl
│ ├─news
│ ├─person
│ ├─tester
│ ├─umod
│ ├─_config
│ └─_ctrls
├─dev
│ ├─assets
│ ├─c_demo
│ ├─c_page
│ ├─c_pub
│ ├─d_advset
│ ├─d_dev2nd
│ ├─d_start
│ ├─d_tpltag
│ ├─d_uplog
│ ├─extend
│ │ ├─apiServer
│ │ ├─exdemo
│ │ ├─KindEditor
│ │ ├─LocalIP
│ │ ├─Simkai
│ │ ├─Summernote
│ │ ├─ThinkPHPv31
│ │ ├─TinyUrl
│ │ └─ueditor
│ ├─tools
│ ├─_config
│ └─_ctrls
├─doc
│ ├─assets
│ ├─c_demo
│ ├─c_page
│ ├─c_pub
│ ├─d_advset
│ ├─d_dev2nd
│ ├─d_start
│ ├─d_tpltag
│ ├─d_uplog
│ ├─_config
│ └─_ctrls
├─mob
│ ├─assets
│ ├─c_mod
│ ├─c_page
│ ├─c_pub
│ ├─indoc
│ ├─_config
│ └─_ctrls
├─sapi
│ ├─comm
│ ├─mds
│ ├─nver
│ └─v3.6
└─umc
├─assets
├─c_pub
├─indoc
├─order
├─uio
├─user
├─_config
└─_ctrls
@echo off %~d0 cd %~dp0 cd ../../../ cd root tree >../views/dev/d_start/tree_droot.txt cd ../views tree >../views/dev/d_start/tree_dviews.txt pause cd ../ tree >views/dev/d_start/tree_full.txt /F tree >views/dev/d_start/tree_fdir.txt pause cd ../share_imcat tree >../catmain/views/dev/d_start/tree_dimcat.txt pause cmd
Notice: These pages at `/dev.php` is the Manual for Imcat, Welcome to `Faqs` Exchange experience!
QQGroup:607070548; Copyright © 2011-2018 txjia.com All rights reserved.
Run:0.000/98.775(ms); 0(sql)/1.808(MB); doc:c_demo/start_files; Upd:2025-12-16 03:57:15