Posts by Ederlo Rodrigo de Oliveira • 41 points
3 posts
-
0
votes2
answers80
viewsA: CAKEPHP: conditions with AND
Try these examples of AND/OR $conditons = array( 'conditions'=>array( 'AND' => array( array('Produto.publicado'=>1,), array('Produto.titulo LIKE'=>"%$kw%",),…
-
0
votes2
answers208
viewsA: Cakephp 2.x: Custom Query Paging
Github - Practical example of custom find with cakephp Dear Acomerlatto I hope you help, this example is of the many written methods to supply more elaborate needs.…
cakephp-2answered Ederlo Rodrigo de Oliveira 41 -
4
votes1
answer5450
viewsA: Calling PHP function in jQuery
Request via AJAX with jQuery. We’re accessing a file http://exemplo.com/funcoes.php, assuming it is in the same directory, it is possible to access links. A very simple example, this is the HTML…