Hi all,
In the new INVO sample, the controllers execute save() without parameter $product->save(), and there isn't post data mapping like $products->id = $this->request->getPost("id", "int");, is Phalcon auto mapping the post data to Model by the associate index? Like $_POST["name"] is automatically mapped to the name column.
thanks in advance