Posts by Guilherme Villaca • 53 points
4 posts
-
0
votes1
answer153
viewsQ: Is it possible to create empty table with ireport?
My problem seems simple, but I’m not getting it. Currently the report is printed with a blank space for the teacher to insert the programmatic content of his classes, he puts date and content. Some…
ireportasked Guilherme Villaca 53 -
1
votes1
answer989
viewsQ: Count with Hibernate Criteria
I have two tables, Products and Itensvenda In the itensvenda table I have a FK of products. I want to make the following query using Hibernate criteria. select count(itensvenda.prdcodigo),…
-
3
votes4
answers817
viewsA: SQL Condition Array - PHP
A very basic and didactic thing would be like this: $condicoes = array(); $nome = 'bidu'; if (isset($nome)) { $condicoes["nome"] = $nome; } $tipoAnimal = 'cachorro'; if (isset($tipoAnimal)) {…
-
0
votes1
answer144
viewsQ: Send Zend Framework project to web server
When downloading the Zend Framework, I put inside a folder in the "C:/". I set the environment variables pointing to the folder bin and the folder library configured in the php.ini. Using Zend Tools…