CodeIgniter Forums
Modular Extensions - (HMVC) - Version 3.1.9 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Modular Extensions - (HMVC) - Version 3.1.9 (/showthread.php?tid=6385)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]Le Bang[/eluser]
Me in use nodule This To write pavilion module Go after ever parceled up. Set when add a module Or disengaged Give up a nodule To easiness hơn. Pose is become I wish each a module When design acquire severalty.


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]Le Bang[/eluser]
Mode: plugins


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]wiredesignz[/eluser]
Me no understand. Tongue


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]Le Bang[/eluser]
Big Grin. i want a module directory have directory private.


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]Avatar[/eluser]
htaccess?


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]Le Bang[/eluser]
http://www.xongngay.net/question.jpg


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[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.


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 03-07-2008

[eluser]Avatar[/eluser]
so youi try to take a module from modules directory and place it in the controllers folder? do you have a default controller or a catch all? for modules? what is your current configuration? please paste some files if you have to


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 04-17-2008

[eluser]tomcode[/eluser]
I need Your help.

I'am trying to build an app onto the modular extensions. I've got the default controller and the modules controller running.

How do I load language files from inside my module libraries / models ?

application/modules/module_name/language/lang/name_lang.EXT

Until now I used :
Code:
$this->CI =& get_instance();
$this->CI->load->language('name');

But now, with the language files ranged inside the modules ?


Modular Extensions - (HMVC) - Version 3.1.9 - El Forum - 04-17-2008

[eluser]wiredesignz[/eluser]
This thread is really old, But make sure you are using the most current version of Modular Extensions.

Then just $this->load->language from within the module. However if you need to use a Module language from a Controller then move the language file to application/languages.