PHP code example of jacob-roth / simple-framework

1. Go to this page and download the library: Download jacob-roth/simple-framework 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/ */

    

jacob-roth / simple-framework example snippets


   SimpleFramework\Constants::setDefaults();
   SimpleFramework\Util::loadContent();
   

$_ENV[SimpleFramework\Constants::notFoundFile] = __DIR__ . "/pages/404.php";

SimpleFramework\Constants::setMimeTypesMap();