Welcome Guest, Not a member yet? Register   Sign In
main core url file ???
#1

[eluser]abada[/eluser]
hi

plz i want to know which file that control of url ??

like

http://localhost/mysite/index.php/module/fn/par

how can find file that draw module/fn/par

iam using Matchbox library

thanks
#2

[eluser]aman_tuladhar[/eluser]
File that you are looking for is system/core/Router.php

you can try code like this:

Code:
$router =& load_class('Router');
$router->fetch_class();     // name of controller
$router->fetch_method();    // name of function
$router->fetch_directory(); // name of current directory
...




Theme © iAndrew 2016 - Forum software by © MyBB