Hi,
Fiddling around with the generated code I found the following to get the path of the project at runtime.
$projectpath = $this->Ini->root . $this->Ini->path_link
If you want to know the name of the application running use
$this->Ini->nm_cod_apl;
and the name of the project itself should you wish
$this->Ini->nm_grupo;
A lot of stuff can be found in the generated index.php file of the application.
Cheers,
Sparrow