SQL Codes missing

How can I access the SQL formula of a PHP page I’ve published? I deleted the APP in Scriptcase and now I need the SQL code formula of that APP. All I have is the website link.

image

Do you have access to the site where the page is hosted? That is necessary to modify the code of that page.

There is no way to get back an app after published. However you can try to find your app in menu Applications - Restore Applications and see if your old app is still there.

If you have access to the php file of the apps you can look at the publish code and search for:

$this->Ini->nm_tabela

This will show you all your SQL request

For a grid look in xxx_grid.class.php, for a form look in xxx_apl.php, for the other the biggest php file