Go to the documentation of this file.
   33         $sSelect = 
"SELECT oxorderarticles.* FROM oxorder ";
 
   34         $sSelect .= 
"left join oxorderarticles on oxorderarticles.oxorderid = oxorder.oxid ";
 
   35         $sSelect .= 
"left join oxarticles on oxorderarticles.oxartid = oxarticles.oxid ";
 
   36         $sSelect .= 
"WHERE oxorder.oxuserid = " . 
oxDb::getDb()->quote($sOxId);