Closed raeldc closed 14 years ago
What seems to be causing this error? Even the simplest code throws it:
Jelly::select('model', $id)->as_array();
...
Can you post your actual code?
Sigh... Just figured it out. I was referencing a non-jelly model in my belongsto field. Lesson learned, don't code when you should be sleeping.
I figured that's what it was.
What seems to be causing this error? Even the simplest code throws it:
Jelly::select('model', $id)->as_array();
...