PHP code example of asbsoft / yii2module-news_1b_160430

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

    

asbsoft / yii2module-news_1b_160430 example snippets


    namespace {APP}\modules\news;  // {APP} may be backend/frontend/app/project or your own namespace prefix
    class Module extends \asb\yii2\modules\news_1b_160430\Module {}