You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
269 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: wangxj
  5. * Date: 2017/7/14
  6. * Time: 14:46
  7. */
  8. namespace common\components;
  9. use Yii;
  10. use PhpOffice\PhpWord\PhpWord;
  11. require_once Yii::getAlias('@vendor'. '/phpoffice/phpword/bootstrap.php');
  12. class zPhpWord extends PhpWord
  13. {
  14. }