PHP code example of lidaa / codeigniter-standard-edition

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

    

lidaa / codeigniter-standard-edition example snippets


php composer.phar create-project lidaa/codeigniter-standard-edition PROJECT_NAME dev-master

[.] Build_Params => Generate config files ( config.php, database.php, ...).
[.] Clear_Cache => Delete cache files.
[.] Clear_Logs => Delete logs files.
[.] Run_Sql => Execute a sql file.
[.] Cs_Fixer => Use php-cs-fixer tool with the configuration in a ".php_cs".