Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function getPagesPairs()
- {
- return $this->getDatabase()
- ->select('*')->from("[$this->table] p")
- ->join('page_lang pl')->on('pl.page_id = p.id')
- ->where('pl.lang = %s', 'cs')
- ->fetchPairs('id', 'title');
- }
Advertisement
Add Comment
Please, Sign In to add comment