1. module
1.1. Application
1.1.1. config
1.1.1.1. module.config.php
1.1.2. src
1.1.2.1. Controller
1.1.2.1.1. IndexController.php
1.1.2.2. Module.php
1.1.3. test
1.1.4. view
1.1.4.1. application
1.1.4.1.1. index.phtml
1.1.4.2. layout
1.1.4.2.1. layout.php
1.2. Core
1.2.1. config
1.2.1.1. module.config.php
1.2.2. src
1.2.2.1. 🏭 Factories
1.2.2.1.1. 🏭FormElementErrorsFactory.php
1.2.2.1.2. 🏭TransportSmtpFactory.php
1.2.2.2. Mail
1.2.2.2.1. AbstractCoreMail.php
1.2.2.3. Model
1.2.2.3.1. AbstractCoreModelTable.php
1.2.2.3.2. CoreModelTrait.php
1.2.2.4. Stdlib
1.2.2.4.1. CurrentUrl.php
1.2.2.5. Module.php
1.2.3. test
1.2.4. view
1.2.4.1. error
1.2.4.1.1. 404.phtml
1.2.4.1.2. index.phtml
1.3. User
1.3.1. config
1.3.1.1. module.config.php
1.3.2. src
1.3.2.1. Controller
1.3.2.1.1. IndexController.php
1.3.2.2. Form
1.3.2.2.1. Filter
1.3.2.2.2. NewPassword.php
1.3.2.2.3. UserForm.php
1.3.2.3. Listener
1.3.2.4. Mail
1.3.2.4.1. Mail.php
1.3.2.5. Model
1.3.2.5.1. 🏭Factory
1.3.2.5.2. User.php
1.3.2.5.3. UserTable.php
1.3.2.6. Module.php
1.3.3. test
1.3.4. view
1.3.4.1. layout
1.3.4.1.1. layout.php
1.3.4.2. index
1.3.4.2.1. confirmed-email.phtml
1.3.4.2.2. new-password.phtml
1.3.4.2.3. recovered-password.phtml
1.3.4.2.4. register.phtml
1.3.4.3. user
1.4. Auth
1.4.1. config
1.4.1.1. module.config.php
1.4.2. src
1.4.2.1. Authentication
1.4.2.1.1. 🏭Factory
1.4.2.1.2. Adapter.php
1.4.2.2. Controller
1.4.2.2.1. 🏭Factory
1.4.2.2.2. indexController.php
1.4.2.3. Form
1.4.2.3.1. LoginForm.php
1.4.2.3.2. Filter
1.4.2.4. Module.php
1.4.3. view
1.4.3.1. auth
1.4.3.1.1. index