public function getIndex()
 {
     return View::make('backend.cartographies.users.index', array('cartography_users' => CartographyUser::all(), 'route' => $this->route, 'parent' => $this->parent, 'msg_success' => Session::get('msg_success'), 'msg_error' => Session::get('msg_error')));
 }
示例#2
0
 public function getCreate()
 {
     return View::make('backend.cartographies.create', array('cartography_users' => CartographyUser::all(), 'route' => $this->route, 'msg_success' => Session::get('msg_success'), 'msg_error' => Session::get('msg_error')));
 }