Posts by Edson Rodrigues • 143 points
4 posts
-
1
votes1
answer494
viewsQ: Creating/Viewing HTML report
Guys, I have a problem and I couldn’t think of a solution ... People who have used iReport know that it has to do grouping very easily in it... The problem is that I am now reporting in HTML ( in…
-
0
votes1
answer608
viewsQ: How to access a function variable in another function
Let’s just say I have the job public function testeX(){ $x = 1; $this->set('x', $x); } And I want to access the value of x in another Function that has a view testY.ctp public function testeY(){…
-
1
votes2
answers62
viewsQ: How to use User-informed search conditions ( Not required )
My doubt is a little complicated to explain, but come on. I have several Checkboxs, where it is not mandatory to select them to do the search, are only search parameters, my question, how to do this…
-
2
votes2
answers1986
viewsQ: Access data from an Array that receives 2 Arrays
Let’s say I have an Array $testes that receives 2 Arrays $variavel1 and $variavel2. So I do $this->set('testes', $testes) to use in the view. In View how I access the values of $variavel1 and…