yiisoft / yii-view-renderer

PSR-7 compatible view renderer

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViewRenderer#extractControllerName not specify what happens nested controller namespace

kamarton opened this issue · comments

What steps will reproduce the problem?

My class with namespace: MyApp\AllControllers\MoreController\MyController. In this case, how does the views namespace?

  • more-controller\my OR
  • my

https://github.com/yiisoft/yii-view/blob/64e92e9a6c835b19455bb161eb3c42b9164df200/src/ViewRenderer.php#L504-L522

What is the expected result?

IMO my

What do you get instead?

  • I haven't tested how the code works at the moment.
  • no documented

Additional info

Q A
Version 5.0.?
PHP version -
Operating system -