PHP Nesne $ Fiyat-> setProduct ($ Ürün) olarak özyineleme;

0 Cevap php

Yani .. ben bu ne etkisi merak ediyorum

$Price->setProduct($Product); 
$Product->setPrice($Price);

echo $Product->getPrice()->getTotal();

gösterir RECURSION if i print_r($Product)

0 Cevap