So I just created a database, got tables and content in it by using a sql dump. Now I want to rapidly develop a front-end so users can access the data in the database. With a decent IDE this should only take several minutes, all the IDE has to do is access all the tables and columns in the database, ask you which ones you want displayed on the website and in what format, create a simple search toolbox and things like that. Now the question is which PHP IDE is suitable for performing the above task?