Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Kohana standards #9

Open
westphalen opened this issue Jun 16, 2014 · 0 comments
Open

Use Kohana standards #9

westphalen opened this issue Jun 16, 2014 · 0 comments

Comments

@westphalen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant