Posts by Transfor Wirer • 1 point
2 posts
-
0
votes3
answers121
viewsA: Select union rest between tables
Hello, try this on: SELECT * FROM cliente RIGHT JOIN vendas ON (vendas.id_cliente = cliente.id) WHERE vendas.id_cliente = NULL
-
0
votes2
answers162
viewsA: Creating a link from one site to another in cakephp
Hello, try this on: <td> <?= (!empty($cnId)) ? $this->Html->url('Galeria', array('plugin'=>'Galeria','controller'=> 'Fotos','action' => 'index',$cnId),array('class'=>'btn…
cakephpanswered Transfor Wirer 1