use ThinkPHP5.0
to have a file namespace
namespace WxPay;
there are three classes a, b, c,
in this file.I cannot introduce
by using use WxPay\ a;
.
according to the rules of TP, the class name should be the same as the file name, but this is a SDK file with 20 classes, and it is not realistic to separate them.