Controllers
folder, model in Models
folder and view in Views
folder following MVC architecture.
Thus both MVC and HMVC can be used with single directory structure. If wanted to use only HMVC, then move "application/controllers/Welcome.php to "application/modules/welcome/controllers/Welcome.php" and "application/views/welcome_message.php" to "application/modules/welcome/views/welcome_message.php".