I am beginning write a Module, i want all view which have relative with that module will be store at App/Module/[name_module]/view. How can i load those files from module controller and assign it to template
Note that is creates a hard-coupling with your module, and is considered bad practice. It's better to execute an HMVC request to a controller in the module, and have that controller return the View.