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