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
2010-08-18 13:15:42
Don't use answers to expand on your own questions. Use comments instead.
klez
2010-08-18 13:21:19
or even better edit and update your original question.
VolkerK
2010-08-18 14:05:37
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
2010-08-27 11:17:39