I apreciate if someone can help, i made a diagram to explain it better
I select one row form a table(model2 "ator") based on condition of joomla-logged user
after that I join with model1 "paper" all the rows that have same parameter " egrupo" of selected row['ator']['egrupo']
[attachment=0]Captura.JPG[/attachment]
all is working fine , but the issue is that as suggested in http://www.chronoengine.com/faqs/72-ccv5/5218-adding-1-more-belongsto-model-to-our-connection.htmlwe can call some row parameters from model2
but i couldn't get the value of row['ator']['ecoord'], what i need is a php row function that depending of value of this parameter shows or not the field
[attachment=1]Captura1.JPG[/attachment][attachment=2]Captura2.JPG[/attachment]
I select one row form a table(model2 "ator") based on condition of joomla-logged user
return array("ator.nif" =>$login);
after that I join with model1 "paper" all the rows that have same parameter " egrupo" of selected row['ator']['egrupo']
[attachment=0]Captura.JPG[/attachment]
all is working fine , but the issue is that as suggested in http://www.chronoengine.com/faqs/72-ccv5/5218-adding-1-more-belongsto-model-to-our-connection.htmlwe can call some row parameters from model2
but i couldn't get the value of row['ator']['ecoord'], what i need is a php row function that depending of value of this parameter shows or not the field
paper.rates:return ($row['ator']['ecoord'] >0? $cell : "0");
[attachment=1]Captura1.JPG[/attachment][attachment=2]Captura2.JPG[/attachment]