Ejemplo n.º 1
0
 function post_post($id = null)
 {
     if ($id = static::idFrom($id)) {
         return \Vane\Block::execResponse('VaneMart::post@add', array('product', $id), null);
     }
 }
Ejemplo n.º 2
0
 function post_post($id = null)
 {
     return \Vane\Block::execResponse('VaneMart::post@add', array('order', $id), null);
 }