File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,10 +78,8 @@ General Adjustments
7878- Classes are instantiated where needed, and components are managed
7979 by ``Services ``.
8080- The class loader automatically handles PSR-4 style class locating,
81- within the ``App `` (application) and ``CodeIgniter `` (i.e., system) top level
82- namespaces; with composer autoloading support, and even using educated
83- guessing to find your models and libraries if they are in the right
84- folder even though not namespaced.
81+ within the ``App `` (**app **) and ``CodeIgniter `` (i.e., **system **) top level
82+ namespaces; with Composer autoloading support.
8583- You can configure the class loading to support whatever application structure
8684 you are most comfortable with, including the "HMVC" style.
8785
You can’t perform that action at this time.
0 commit comments