Configure your database, if you haven't already.


To generate applications, you need to have a database with tables and fields. The IDE needs to be able to connect to this database as it requires information about those tables and fields. The PHP application needs to be able to connect to this database, as it will be manipulating this. So the first step is to configure PHsPeed so that it can find your database. This only needs to be done once, as the database connection is defined independent to your project. Once defined you can reuse it over your projects. 


To find out more about defining your database connections, see here.