Ticket Details

Template lookup tightly coupled to routing

BUG Ticket (closed)

A route with `'controller' => '\app\controllers\ViewController'` should not cause `Template not found at app/views/\app\controllers\ViewController/view/index.html.php`. Controller paths should be derived from the controller name itself (namespaced as appropriate).
on 02.26.10 reported by: nate owned by: nate

Updates

on 02.26.10 by scoates
To be clear, "ViewController" is for /view/

This might be more legible as "FooController" because of "view" already being accepted nomenclature for… well… views.

S
on 02.27.10 by nate
  • owner was changed to nate
  • status was changed to in progress
(fixed) on 03.28.10 by nate
  • status was changed to closed
  • resolution was changed to fixed
Fixed in [d723028d87c5ac3331a13da37ee9499820c01436].