Guest User

Untitled

a guest
Jan 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $news_types = ORM::factory('infotype')->where('type', '=', '0')->or_where('type', '=', '2')->where('parent_id', '=', '0')->find_all();
  2.  
  3. $news_types = Sprig::factory('infotype')->where('type', '=', '0')->or_where('type', '=', '2')->where('parent_id', '=', '0')->load();
Add Comment
Please, Sign In to add comment