code

2022-05-17 05:05:27 www.shizhiyou.com (师之友阅卷)

sf

public function deleteAction($id)
    {
    	$article = Article::findFirst($id);
    	$this->deleteImages($article->images,$article->thumbnail_image);
    	$article->delete();
    	return $this->response->redirect($_SERVER["HTTP_REFERER"]);
    }
    
    public function deleteImages($images,$thumbnail)
    {
        //
        $web_root = $_SERVER['DOCUMENT_ROOT'];
        $imgs = explode("|", $images);
        foreach ($imgs as $img){            
            @unlink($web_root.$img);
        }
        //
        @unlink($web_root.$thumbnail);
    }


师之友摄像头阅卷软件,教师阅卷好帮手!准确、好用、专业!
选择题(客观题)答题卡摄像头阅卷软件,就用师之友!准确、好用、专业!
ShiZhiYou Since 2014 客服 :10315 33651
粤ICP备16116027号

Warning: Use of undefined constant TONGJI_OUTSIDE - assumed 'TONGJI_OUTSIDE' (this will throw an Error in a future version of PHP) in /data/wwwroot/szy.dajuan.com/cache/_data_wwwroot_szy.dajuan.com_app_views_article_show.volt.php on line 182
TONGJI_OUTSIDE
平台公告&新闻阅卷行业文章教程常见问题