Project Version

I would like to read project version into variable and show it in the App Header

anyobdy ?

Arthur

Yes, this was found in another thread in this forum:

$app = new logonform_ini();
$app->init();
echo 'Project version: '.$app->nm_app_version;
echo ‘Project name:’.$app->nm_grupo;

where the logonform needs to be yourname

Cool! Thanks a lot Albert - this is exactly what I needed. I will test how it works
Arthur

what you mean by saying “yourname”, you mean App name OR project name ?

Looking at the name, I think application name. But there are only 2 options, easy to try them out. Been 11 years :wink: