Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Fins
Fins.Application

Method Fins.Application()->get_controller_for_path()


Method get_controller_for_path

object get_controller_for_path(string path, object|void controller)

Description

gets the controller object which will handle a given path, not including any context root.

Parameter controller

an optional controller for use with relative paths. if provided, the path will be calculated relative to this controller in the virutal filespace.