This topic is locked

Old messy project

2/10/2016 8:51:17 PM
PHPRunner General questions
author

I have an old project with lots of views, some of the views were just created as drop down menus by the PPH interface. I would like to delete all unwanted views. Is the a way of seeing if a table or view is

  1. used in a drop down menu

    2 used on the navigation
    without doing a full audit? I just want to tidy up the project

Sergey Kornilov admin 2/11/2016

In regards to navigation part - this is easy, just go to Menu Builder and see what is there. With dropdowns it is more complicated. Theoretically speaking you can open project file (.phpr) in text editor and go through it searching for specific table/view names.