activerecord
activerecord copied to clipboard
Use the CodeIgniter Active Record pattern in an ExpressionEngine plugin.
Results
2
activerecord issues
Sort by
recently updated
recently updated
newest added
Hey, This is more of a support ticket than an issue. I'm running a query that includes a join. As expected, when the join value is blank, it does not...
Great plugin! Here's my code and you'll see what I'm trying to do: ``` where:exp_forms_entries.member_id="{member_id}" or_where:exp_forms_entries.fid_1010="exp_forms_entries.fentry_id" ``` It's evaluating the `"exp_forms_entries.fentry_id"` as a string, rather than database field. Possible?