How to override module classes in Kohana 3?

Posted by Luke on Stack Overflow See other posts from Stack Overflow or by Luke
Published on 2010-04-15T07:40:02Z Indexed on 2010/04/15 7:43 UTC
Read the original article Hit count: 318

Filed under:
|
|

In Kohana 3, how can I override/extend a module class?

E.g. I want to add functionality to the Auth module that is specific to my application. In this case I want to extend the abstract Auth class located in the classes folder of the Auth module.

What naming convention should I use for my Auth class and where in the file system do I place my class file?

© Stack Overflow or respective owner

Related posts about kohana-3

Related posts about module