-
Notifications
You must be signed in to change notification settings - Fork 360
Public cache functions #212
Description
Hello,
I was able to successfully integrate your library in my project.
Thank you for the great work. Idiorm in ingenious!
I can now make super complex queries with no problem.
I have a situation here when i need to use my own cache functions
Since those methods are protected:
https://github.com/j4mie/idiorm/blob/master/idiorm.php#L1538
https://github.com/j4mie/idiorm/blob/master/idiorm.php#L1548
https://github.com/j4mie/idiorm/blob/master/idiorm.php#L1565
I cannot override them
Can you please make them public or suggest some way i can swap them with my own functions
Thanks