PHP code example of wrdx / facebook-cake-session-persistent-data-handler

1. Go to this page and download the library: Download wrdx/facebook-cake-session-persistent-data-handler 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/ */

    

wrdx / facebook-cake-session-persistent-data-handler example snippets


# Load Composer autoload.
CakePHP's autoloader as Composer thinks it is the most important.
# See: http://goo.gl/kKVJO7
spl_autoload_unregister(array('App', 'load'));
spl_autoload_register(array('App', 'load'), true, true);