Skip to content

Commit 59d1b74

Browse files
committed
docs: fix about class loading
Update application folder name. Remove about Legacy Support which was removed in 4.1.0.
1 parent 5862d46 commit 59d1b74

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

user_guide_src/source/installation/upgrade_4xx.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)