PHP
public function ParseRoute(\Bingo\Http\RequestInterface $RequestObj = null){
if (!$RequestObj){
$RequestObj = $this->AppObj->getService('Request');
}
$this->currentRoute = $RequestObj->getPathInfo();
$this->queryString = $RequestObj->getQueryString();
$this->subdir = $RequestObj->getBaseURL();
$this->loadDefaultSegments();
$this->findRouteSegments($this->currentRoute);
$this->modulePath = $this->getModulePath();
}This is info for page one
MOre info
Adding more information to the block of txt
- Classic information
- More information


