views:

73

answers:

2

In kohana 2.3.4 system load first application, after modules and system. I want to extends User_Model in application with User_Model in modules. How to do that?

A: 

Kohana loads 1#application, 2#modules, 3#system. I wan to extend User_Model in application, with User_Model in modules.

chainerMethoder2
Don't use answers to expand on your own questions. Use comments instead.
klez
or even better edit and update your original question.
VolkerK
A: 

I think that you can't extends user_model (application) with user_model (modules), but you can use another name for your model then extends the user_model.

leonardys