コード例 #1
0
ファイル: Product.php プロジェクト: SerdarSanri/VaneMart
 function post_post($id = null)
 {
     if ($id = static::idFrom($id)) {
         return \Vane\Block::execResponse('VaneMart::post@add', array('product', $id), null);
     }
 }
コード例 #2
0
ファイル: Order.php プロジェクト: SerdarSanri/VaneMart
 function post_post($id = null)
 {
     return \Vane\Block::execResponse('VaneMart::post@add', array('order', $id), null);
 }