trungnq
unread,Jul 11, 2012, 12:33:00 PM7/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openbi...@googlegroups.com
I wanna querry data,I read in example and know the way:
$HostObj = BizSystem::getObject("Pigs.Host.do.HostDO");
$host = $HostObj->directFetch("[idPerson]='".$idPerson."'",1);
with $idPerson knew.
now,I get data with the way: $host[0]['idHost']
But,when I try,I don't get data athought database have that data.
I hope the help from everyone.
Thanks very much.