PHP code example of srtfisher / codeigniter-features

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

    

srtfisher / codeigniter-features example snippets


	if (can_do_feature('the_feature_name'))
	{
		// The code to execute if they can perform a feature
	
	}