Jump to content

[SOLVED] Adding Objects


maliary

Recommended Posts

Hi,

 

I would like to know how i can add the following function calls together to produce one.

 

$encounterone=&$lab_obj->searchEncounterLabResults($keyword,$pagen->MaxCount(),$pgx,$oitem,$odir);

$encountertwo=&$labs_obj->searchEncounterLabResults2($keyword,$pagen->MaxCount(),$pgx,$oitem,$odir);

 

How can I add these two to get one output.-- $encounter

 

which i can use here

 

while($zeile=$encounter->FetchRow()){

 

display script

}

 

 

 

Maliary

Link to comment
https://forums.phpfreaks.com/topic/50329-solved-adding-objects/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.