Guest User

Untitled

a guest
Jun 30th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {% partial "product" product=this.controller.vars.data.product %}
  2.  
  3. public function find()
  4. $data['product'] = $this->getPreparedProduct($data['id']);
  5. $result = array(
  6. "type" => "product",
  7. "data" => $data
  8. );
  9. return $result;
Add Comment
Please, Sign In to add comment