Пример #1
0
 public function actionNotification()
 {
     $order = new Backend_orders();
     $data['order'] = $order->list_order_inform();
     $this->render('//backend/order/notification', $data);
 }