This is web application for automatic creation of Data Access Objects layer from MySQL database.
There's no need for manual configuration, no need for manual definition of tables, columns, etc!
This app will read your MySQL database schema; tables, views, relations among tables, indexes etc and automatically generate DAO classes in PHP with CRUD(S) methods with all their properties and (getter/setter/finder) methods.