dougu3988 2016-11-21 04:16 采纳率: 100%
浏览 88
已采纳

laravel从控制器数组中获取值

this is my PermissionController.php

foreach (Route::getRoutes() as $route)
{
    $action = $route->getAction();

    if (array_key_exists('controller', $action))
    {
       $controllers[] = $action['controller'];
    }
}
return view('permission.create')->withControllers($controllers);

and my permission/create/php is like this :

{!! Form::select('class_name[]', $controllers, null, ['class' => 'form-control', 'multiple']) !!}

here in controller, it put the name of all controllers in $controller and send it to the blade but when i select some of them, the request gives me their keys instead of value

public function store(Request $request)
{
    return $request->get('class_name');
}

if I select the first one and third one the output is for example :{"1","3"} but I want their value like this : {"UserController.php", "TestController.php"}

  • 写回答

1条回答 默认 最新

  • dua55014 2016-11-21 08:46
    关注

    use this code instead Forms::Select or create your custom List with Laravel built-in List Function :

    <select name="class_name[]" multiple>
    @foreach($controllers as $class)
        <option value="{{$class}}" >{{$class}}</option>
    @endforeach
    </select>
    

    or simply replace the

     $controllers[] = $action['controller'];
    

    with

    $controllers[$action['controller']] = $action['controller'];
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 类图中关联与聚合的区别
  • ¥15 ENVI高分五号去除云层的方法
  • ¥15 16进制数据如何得到奇偶校验位
  • ¥15 Fluent udf 编写问题
  • ¥15 求合并两个字节流VB6代码
  • ¥15 Pyqt 如何正确的关掉Qthread,并且释放其中的锁?
  • ¥30 网站服务器通过node.js部署了一个项目!前端访问失败
  • ¥15 WPS访问权限不足怎么解决
  • ¥15 java幂等控制问题
  • ¥15 海湾GST-DJ-N500