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

Fix Db_Abstract E_STRICT errors (issue #41) #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bertrandmalet
Copy link

abstract static methods raise E_STRICT errors since php 5.2. Created an interface.

@gametaunt
Copy link

an interface with static functions still makes no sense

@staabm
Copy link

staabm commented Jul 8, 2012

alle static methods of the DB Abstract method should be made non-static and therefore all the subclasses need to be adjusted accordingly.

@bertrandmalet
Copy link
Author

I agree that all static methods shouldn't be static. But it was a first step to introduce the db layer. Like preinheimer said before must of the code is kinda messy and probably need a good cleanup, just time missing. Need to check was excalty change to remove the static methods.

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

Successfully merging this pull request may close these issues.

None yet

3 participants