We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you know you want a model to load via Aurora, you would do:
$model = Model::factory('Feed_Item'); Au::load($model, array('email' => '[email protected]')); // load a model from first row returned
However, it would be nice if we also have this:
// won't work now: $model = Au::load('Model_Feed_Item', array('email' => '[email protected]'));
The text was updated successfully, but these errors were encountered:
consistence: expect a model or collection? + Force model
826b24c
issues #3 and #4
No branches or pull requests
If you know you want a model to load via Aurora, you would do:
However, it would be nice if we also have this:
The text was updated successfully, but these errors were encountered: