PHP code example of melodyne / wfm

1. Go to this page and download the library: Download melodyne/wfm library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

melodyne / wfm example snippets


 $viewFile = new \melodyne\wfm\ViewFile([
     'sys_name'=>'在线log日志系统',
     'dir_path'=>'../logs',
     'file_action'=>['create','update','delete'] // 创建,修改,删除(都不要的话,留空即可)
 ]);
 $viewFile->showList();
 exit(); // 中断后续,根据自己框架情况决定是否需要