コード例 #1
0
 function createProduct()
 {
     $model = new Application_Models_MongoDB();
     $model->product_object = $this;
     $model->createProduct();
 }