Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marciocamello committed Apr 18, 2014
1 parent 157fb65 commit 6858c3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ use mcms\cart\Cart;

$cart = new Cart();

if($_POST)
{
$cart->update($_POST);
Yii::$app->controller->refresh();
}

```

```php
Expand Down

0 comments on commit 6858c3e

Please sign in to comment.