PHP code example of tmihalik / phtuning

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

    

tmihalik / phtuning example snippets


$loader = new Phalcon\Loader();

$loader->registerNamespaces(array(
    'Phalcon' => '/path/to/phtuning/Library/Phalcon/'
));

$loader->register();