提交 bd5026fa 编写于 作者: T Terry

test

上级 f3fcf2f4
......@@ -28,7 +28,35 @@ class TestController extends AppfrontController
*
*/
public function actionIndex()
{
}
/*
public function actionTest(){
$src_file = Yii::getAlias('@addons/fecshop_theme_furnilife.zip');
$dest_dir = Yii::getAlias('@addons/');
Yii::$service->helper->zipFile->unzip($src_file, $dest_dir, true, false);
}
*/
public function actionTest(){
//$remoteUrl = 'http://addons.server.fecmall.com/';
//$url = $remoteUrl . 'customer/addons/downloada?namespace=fectfurnilife';
//$this->downFile($url,$path)
}
function downFile($url,$path){
$arr=parse_url($url);
$fileName=basename($arr['path']);
$file=file_get_contents($url);
file_put_contents($path.$fileName,$file);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册