How to inherit ORM Method in BaseModel?
Se marcó esta pregunta
5189
Vistas
How to inherit ORM Method in BaseModel?
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
Why do you want to inherit that? You can do it writing some lines on some inherited class and calling the super.
Thanks for your reply, I want inherit it, because i want to customize orm search function for all Model, i want to add search date or amount range