HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: dawonefr-98 (1071)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dawonefr-98/dawonefr.lightweb.kr/public/wp-content/plugins/wp-views/application/README.md
# Autoloading

## PSR4 autoloader

`psr4-application-models.php` contains an autoloader based on the PSR4 specification. Right now it covers just the `application/models/` tree, but should be expanded to cover also `application/controllers`.

## Legacy

`autoload-classmap.php` is a (desirable) dynamically generated classmap pointing to all classes that can be autoloaded by `WPV_Main::register_autoloaded_classes`.

While it is a shared mechanism used by other Toolset plugins, we should no longer enlarge that classmap.