[eluser]Le Bang[/eluser]
I've đvided the project into smaller packages
Each package contents a processing module
These packages can be added pr removed without making any harmful to the project
Therefore, for its own compnents, I would like to put them in a folder which consists of: controller, model, views, language, etc.
when a module is loaded, there's a need to use one of those components.
For example, controller load views
I would like all other components such as Model, language, etc to be the same.