You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest you use the Kohana standards of being able to extend classes.
As such you would move the functionality of classes/Controller/Logs.php into classes/Controller/Kohana/Logs.php with the class name Controller_Kohana_Logs, and then classes/Controller/Logs.php a dummy class that extends Controller_Kohana_Logs.
This allows me to simply extend the Controller_Logs class to check with our log in system and privileges.
The text was updated successfully, but these errors were encountered:
I suggest you use the Kohana standards of being able to extend classes.
As such you would move the functionality of classes/Controller/Logs.php into classes/Controller/Kohana/Logs.php with the class name Controller_Kohana_Logs, and then classes/Controller/Logs.php a dummy class that extends Controller_Kohana_Logs.
This allows me to simply extend the Controller_Logs class to check with our log in system and privileges.
The text was updated successfully, but these errors were encountered: