You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue at all.
Can you add an "order method" like "where"?
For example: $db -> order('type', 'ASC'); $db -> get('table');
Whithout this I need to work a lot with "rawquery method".
Otherwise, thanks for this class.