Guest User

Untitled

a guest
Oct 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. $query = $this->Pagina->find()
  4. ->join([
  5. 'table' => 'categorias',
  6. 'alias' => 'c',
  7. 'type' => 'LEFT',
  8. 'conditions' => 'c.id = paginas.category_id',
  9. ]);
Add Comment
Please, Sign In to add comment