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

Unexpected warnings thrown when initializing QueryBuilder for midgard_user #14

Closed
piotras opened this issue Oct 28, 2010 · 1 comment
Closed

Comments

@piotras
Copy link
Member

piotras commented Oct 28, 2010

$qb = new midgard_query_builder('midgard_user');
throws:
Warning: Expected MidgardDBObject derived class

$qb = new midgard_query_builder('MidgardUser');
throws:
Fatal error: Class 'MidgardUser' not found

@indeyets
Copy link
Member

fixed in trunk and ratatoskr branches. test is written

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

No branches or pull requests

2 participants