PHP code example of long / guanzy

1. Go to this page and download the library: Download long/guanzy 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/ */

    

long / guanzy example snippets


use Lib\Application; // 你的Application子类,对父类做必要的改写或填充

// 您的其他扩展代码

$classLoader =