### 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)