Skip to content

Bliksempie/codeigniter3-namespaced-controller

 
 

Repository files navigation

CodeIgniter3 Namespaced Controller

This repository provides namespaced controller to CodeIgniter 3.0.

Requirements

  • PHP 5.4.0 or later

Including

  • CodeIgniter 3.1.10
  • ci-phpunit-test v0.12.2-dev

Usage

You can configure namespace for controllers with $config['controller_namespace'] in application/config/config.php. The default namespace is app\controllers.

If you have app\controllers\abc\def\Ghi controller, the path of the file must be application/controllers/abc/def/Ghi.php.

  • All sub folder names must be lower case.
  • All sub namespace names must be the exact same case as folder names.

Related Projects for CodeIgniter 3.0

About

CodeIgniter3 Namespaced Controller

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.3%
  • PHP 18.0%
  • Roff 1.6%
  • Other 1.1%