Reputation: 842
I want to use two-membered controller names.
'controller' => 'about-us'
But I dont know how should I name controller file and controller class.
About-usController.php
Above doesn't work.
Upvotes: 0
Views: 37
Reputation: 33148
The filename should be AboutUsController.php.
AboutUsController.php
Upvotes: 2