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

Move static flash message methods out of Luthier_Core #1

Open
vimofthevine opened this issue Apr 11, 2011 · 0 comments
Open

Move static flash message methods out of Luthier_Core #1

vimofthevine opened this issue Apr 11, 2011 · 0 comments
Labels
Milestone

Comments

@vimofthevine
Copy link
Member

The static methods for setting and retrieving flash methods should not be a part of Luthier_Core, but rather Luthier_Message. This allows for an extension to replace Luthier_Message and implement a different message/notification solution without interfering with the core helper (though...there aren't any actual methods in it...).

This is related to the issue of multiple inheritance between modules. In Luthier, it is preferred to have many small helpers rather than a single core helper (i.e., Luthier_Acl, Luthier_Auth, etc.).

@ghost ghost assigned vimofthevine Apr 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant