IET-OU / cloudengine

CloudEngine is an easy way to create a social web site for discussing & aggregating ideas & resources. It is ideal for running events & fostering discussion. It is the free, open source software that powers Cloudworks —
https://cloudworks.ac.uk
GNU General Public License v2.0
3 stars 0 forks source link

Add CodeIgniter commandline (CLI) functionality ... #368

Closed nfreear closed 5 years ago

nfreear commented 6 years ago

...

... To facilitate Akismet anti-spam analysis and fixes.

Functionality added from CodeIgniter v2 / v3:


GitHub: bcit-ci/CodeIgniter @ v2.1.0 system/core/URI.php - line 227:

class CI_URI {

    function _fetch_uri_string()
    {
// ...
    }

// ...

    private function _parse_cli_args() {

   }

}

$ php index.php tools message "John Smith"
$ php index.php cli test "arg1"