Welcome Guest, Not a member yet? Register   Sign In
Modular Extensions - HMVC version 5.3
#41

[eluser]Peccavio[/eluser]
@wiredesignz thanks again for your example base controller.

After sleeping on it, can see why modules::run() depricated.
Understand what is needed to complete required structure.

Your library has already done the hard part for me Smile
#42

[eluser]Phil Sturgeon[/eluser]
[quote author="wiredesignz" date="1284086150"]@phil. Yes if you are using module languages then core/MY_Lang.php will be required but I don't see it being needed by everyone. I will leave it as optional at this stage.[/quote]

Actually that wasn't a module language that was causing the error, the lang file failing to load was:

Code:
$autoload['language'] = array('main');

That is a global language file in /application/languages/x/main_lang.php. This really does need to be in the repo.
#43

[eluser]Ener1[/eluser]
@wiredesignz
Wire what I mean is an implementation using modularization correctly, and by correctly I mean the project organization you thought when you make this fantastic plugin.

Thanks
#44

[eluser]Peccavio[/eluser]
Our HMVC design pattern has 3 nouns, I want to buy a verb !!


Spin - Edit: you might of watched my brain bleed, thinking about Kohana
#45

[eluser]wiredesignz[/eluser]
@phil, Fixed bug preventing autoloading application/language files.
#46

[eluser]Peccavio[/eluser]
Consider this - Edit: <snip> excuse the rantings of code induced trama

modules::run('module/controller/action', $param1, $param2, .., $paramN);

Don't know why it stopped working when I upgraded ME or how I fixed it.

I do now know exactly how it works Smile
It works as advertised with MX_Controller.

Sorry of my rantings
#47

[eluser]wiredesignz[/eluser]
@Peccavio, I am glad you got it working. Feel free to rant at any time.
#48

[eluser]hasokeric[/eluser]
why would anyone want to use wiredesignz code he hates the CI Community:

<vector_xyz> wiredesignz: why are you creating an HMVC if your against CI ?
<wiredesignz> no I love CI
<wiredesignz> i do not love the people who love CI
#49

[eluser]Phil Sturgeon[/eluser]
I use Modular Extensions because its good, which is the same reason I used Modular Separation for the last year.

All of us developers are rude now and then, he seems to be doing it a lot recently but tbh it doesn't matter, the code still works well. I've just swapped my projects over to Modular Extensions Smile
#50

[eluser]NoticeableDesigns[/eluser]
@hasokeric - I spend quite a bit of time here in the forum searching for answers but do not post much, but I have to say that what some might find as rudeness by a coder may be some of the best teachings one can have. An incomplete answer is often what I give my own children, thus making them think for themselves and complete the answer, a lesson remembered much longer than an answer simply given. Just my 2c's

Thank you wire, your modular pattern has made my transition from another framework to codeigniter much easier.




Theme © iAndrew 2016 - Forum software by © MyBB