�Ϻ��������ʻ��������������˾��һ�Ҿ�������������һ�����ʻ��˴�����˾��
��˾λ���й����ij��ڿڰ�����������������������--�Ϻ���
����������������Ϊ���ĵ�ȫ�������������˸ۿɷ������������ǡ�
ͨ��ʵʩ���绯��Ӫ������һ����ģ����о������Ƶķ�����ϵ��
���ϸ�ѧ�IJִ�������ʽ���ִ����IJִ���ʩ��Ϊ�ͻ��ṩ����
�����������������������½��һϵ�����ʷ���
�������
�ɹ���Ŭ���Ľᾧ��ֻ��Ŭ���Ż��гɹ�
�����Ŀ�����Դ�ڿ��ݺͰ���
�ɹ���Ψһ�ؾ�----������һ����
������־�����¿�Ϊ
����ֻ�Խ�ȡ��Ϊ���˿���
��ʱ ���� �˺�
��Ҫ�����û�нݾ���
һ�ݸ��ţ�һ���ջ�
ϣ��������㣬��м�����Ŭ�����Լ�
�Ϻ��к������ƽ·773�Ž�������¥602-603�ң�Ӫҵ������818�ң��ͷ�����
Room 602-603 (Business Department) and Room 818 (Customer Service Department), Jindadi Business Building, No. 773 Siping Road, Hongkou District, Shanghai��China
www.shiningshipping.cn
peter_shao@shiningshipping.cn
�� ��/�ܾ���
0086-21-56556991
0086-13916915991
// 模块初始化
if ($module && $available) {
// 初始化模块
$request->module($module);
$config = self::init($module);
// 模块请求缓存检查
$request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 单一模块部署
$module = '';
$request->module($module);
}
// 当前模块路径
App::$modulePath = APP_PATH . ($module ? $module . DS : '');