Welcome Guest, Not a member yet? Register   Sign In
Modular Separation - PHP5 (Modules)
#21

[eluser]wiredesignz[/eluser]
Modular Separation - PHP5 version 1.05 is attached to this post.

Fixed bug with {elapsed_time} described above.
Added support for $this->config->load() and $this->lang->load() in modules.

EDIT:
deprecated file removed
#22

[eluser]Vlad0[/eluser]
Did anyone tried modular separation with DMZ? It works perfect when DMZ model is in normal models folder but when is in the modules/MODULE/models cannot find it.

I'm not sore is this right topic for this question or it need changes from DataMapper side
#23

[eluser]wiredesignz[/eluser]
Modular Separation - PHP5 version 1.06 is attached to this post.

Added feature: Multiple module base locations.

EDIT:
deprecated file removed
#24

[eluser]bryan2923[/eluser]
[quote author="wiredesignz" date="1249362628"]
Controllers in sub-directories are supported and resources may be cross loaded from other modules.
[/quote]

How do you go about cross loading resources from other modules? How can you specify which module to load a model from?
#25

[eluser]bryan2923[/eluser]
errr my bad, I had some naming issues going on. It works as you would think $this->load->model(modulename/model);

Nice work on this project, so far it is running very smoothly
#26

[eluser]Tom Schlick[/eluser]
i love this. so much better than Matchbox... but it would be nice if i went to the admin module via /admin it would auto load the controller that is set in the routes folder as home

/admin/welcome

if it already does this im retarded and cant figure it out haha
#27

[eluser]wiredesignz[/eluser]
It does.

Set a route in your admin module config/routes.php file as
Code:
$route['admin'] = 'welcome';
#28

[eluser]Tom Schlick[/eluser]
oh ok that makes sense... thanks!
#29

[eluser]fredwu[/eluser]
Hi wiredesignz, any plans to backport the new features back to ME-HMVC?
#30

[eluser]wiredesignz[/eluser]
Hey Fred,

Yes Modular Extensions PHP5 version 5.2.26 will have the same features. In fact the two projects share the same codebase.




Theme © iAndrew 2016 - Forum software by © MyBB