Ticket #64 (closed task: fixed)

Opened 2 years ago

Last modified 2 years ago

and new tab 'Urls' as sub-nav to Page

Reported by: demian Assigned to: pentarim
Priority: major Milestone: Routes improvements
Component: component1 Keywords:
Cc:

Description

  • call existing screen Navigation
  • list all routes in system
  • create form that allows new generic routes to be added

Examples of generic routes

    array('courses/:page.html', array(
        'moduleName' => 'eureka',
        'controller' => 'course',
        'action'     => 'item')),
    array(':page.html', array(
        'moduleName' => 'simplesite',
        'controller' => 'simplesite')),
    array('courses/:page.html', array(
        'moduleName' => 'simplesite',
        'controller' => 'simplesite')),
    array('events/:eventId.html', array(
        'moduleName' => 'eureka',
        'controller' => 'course',
        'action'     => 'eventItem')),

Change History

11/23/09 13:27:03 changed by demian

  • status changed from new to closed.
  • resolution set to fixed.