Hi, is it too long for the namespace \CodeIgniter ?
e.g
what if something like \CI\Controller ..
I love the way CI_Controller easy to type and compose classes
sorry for bad english I hope you understand my point
e.g
PHP Code:
class Process extends \CodeIgniter\Controller {
public function __construct() {
parent::__construct();
}
}
what if something like \CI\Controller ..
I love the way CI_Controller easy to type and compose classes
sorry for bad english I hope you understand my point
God Bless CI Contributors
