PHP code example of rebekz / codeigniter_basic

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

    

rebekz / codeigniter_basic example snippets


php public/index.php cli matches create:migration [<nama_migration>]

php public/index.php cli matches do:migration 

php public/index.php cli matches undo:migration 

php public/index.php cli matches create:module [<nama_file>] module:[<lokasi_module>].[<nama_module>]

php public/index.php cli matches create:module fitra module:back-modules.fitra

php public/index.php cli matches create:controller:module [<nama_file>] module:[<lokasi_module>].[<nama_module>]

php public/index.php cli matches create:controller:module fitra module:back-modules.fitra

php public/index.php cli matches create:view:module [<nama_file>] module:[<lokasi_module>].[<nama_module>]

php public/index.php cli matches create:view:module fitra module:back-modules.fitra

php public/index.php cli matches create:model [<nama_file>] 

php public/index.php cli matches create:module fitra