← Back to team overview

phpdevshell team mailing list archive

[Bug 680490] [NEW] $this->navigation->menuFile() does not return full path to file

 

Public bug reported:

Create a php file like this:
<?php
echo $this->navigation->menuFile();
?>

and put it in /plugins/myPlugin/controllers/myFile.php

Set up a menu item to link to file, and it will display:
/my/server/path/phpds/plugins/myPlugin/myFile.php

Notice that it is missing the /controllers/ folder in the path.

** Affects: phpdevshell
     Importance: Undecided
         Status: New

-- 
$this->navigation->menuFile() does not return full path to file
https://bugs.launchpad.net/bugs/680490
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: New

Bug description:
Create a php file like this:
<?php
echo $this->navigation->menuFile();
?>

and put it in /plugins/myPlugin/controllers/myFile.php

Set up a menu item to link to file, and it will display:
/my/server/path/phpds/plugins/myPlugin/myFile.php

Notice that it is missing the /controllers/ folder in the path.





Follow ups

References