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

[eluser]wiredesignz[/eluser]
@quasiperfect,

You can add the _remap() method to your test1 module controller and use the method to generate an error such as calling the CI show_404() function

This would effectively make the module controller invisible to url calls but still leave it available via modules:run()

[eluser]quasiperfect[/eluser]
ty @wiredesignz that works

[eluser]tim.samuelsson[/eluser]
Is there any way to profile an application using Modular HMVC?

I tried using CI profiler but dont get the info for modules called within the topmodule.

//Tim

[eluser]wiredesignz[/eluser]
@Tim.samuelsson,

Good question, I have never considered profiling modules.
I guess a decent review of the CI_Profiler class would be needed.
I'm open to ideas on how it might be possible.

[eluser]ariel_esp[/eluser]
latest CI 3.0, 2013-07-25 crash with message when install hmvc

An Error Was Encountered

Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.

Log = 4
development mode, no errors.

DEBUG - 2013-07-25 13:28:05 --> Config Class Initialized
DEBUG - 2013-07-25 13:28:05 --> Hooks Class Initialized
DEBUG - 2013-07-25 13:28:05 --> Utf8 Class Initialized
DEBUG - 2013-07-25 13:28:05 --> UTF-8 Support Enabled
DEBUG - 2013-07-25 13:28:05 --> URI Class Initialized
DEBUG - 2013-07-25 13:28:05 --> No URI present. Default controller set.
DEBUG - 2013-07-25 13:28:05 --> Router Class Initialized
DEBUG - 2013-07-25 13:28:05 --> Output Class Initialized
DEBUG - 2013-07-25 13:28:05 --> Security Class Initialized
DEBUG - 2013-07-25 13:28:05 --> Input Class Initialized
DEBUG - 2013-07-25 13:28:05 --> Global POST and COOKIE data sanitized
DEBUG - 2013-07-25 13:28:05 --> Language Class Initialized



...
I tested with clean install... just welcome module.... no changes.

Working fine with version to 2013-07-22

---
in my localserver, xampp, works =/

using php 5.4.15


Do you can help ?

[eluser]XMadMax[/eluser]
Hi Ariel,

Normally this succeed when not exists the 'controller' folder. I detected it in local tests with CI 3.0.
Also, remember that HMVC is working OK with CI 2.1, some changes must to be done to work with 3.0.


Best, Xavier


=========================================================================
Try XHMVC:

https://bitbucket.org/xperez/codeigniter...ions-xhmvc

[eluser]wiredesignz[/eluser]
@XMadMax,

Your are incorrect.There is no indication of missing controller directories. This is not a problem with Modular Extensions HMVC.

The fact is that Modular Extensions HMVC does not support CI3.0-dev because it would break compatibility with the Official release version of CodeIgniter (v2.1.4)






[eluser]XMadMax[/eluser]
I'm sorry wiredesignz, I only try to help other users using HMVC.

In my test with 3.0 I detected this problem, and I have checked it with other developers.

Of course, HMVC must to be changed to be fully functional with 3.0 and we will be very happy to have an official version.


Best, Xavier


[eluser]quasiperfect[/eluser]
@wiredesignz any chance in having a reactor compatible version ?

[eluser]wiredesignz[/eluser]
@quasiperfect,

I wasn't going to produce a version of Modular Extensions HMVC to be compatible with CodeIgniter v3.0 until CI3.0 was released officially as this would break backwards compatibility with CI2.1.x.

So far there hasn't been a lot of demand for a new version and support for continued development of Modular Extensions HMVC is non-existant.




Theme © iAndrew 2016 - Forum software by © MyBB