Skip to content

Instantly share code, notes, and snippets.

@purplexcite
Created July 31, 2010 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purplexcite/502362 to your computer and use it in GitHub Desktop.
Save purplexcite/502362 to your computer and use it in GitHub Desktop.
$session = Session::instance()->get('orders');
$session[] = array('id' => $get['id'], 'name' => $get['name'], 'price' => $get['price']);
Session::instance()->set('orders', $session);
$this->template->content = 'Товар добавлен в '.html::anchor('basket', 'корзину');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment