MyRAD4PHP
A implemetacion of EntityFramework and Dynamic Data Web sites with PHP
The purpose of this tool is create applications on the fly, making a Web application without writing a single line of code, inspired by the Entity Framework and Dynamic Data Web sites (Microsoft). The generated application can extend or write code to customize all or some of its functionality. This tool takes a MySQL database and creates a web application in seconds. This application is based on class generated starting from the tables of the database, a context manager class is the gateway to the server database also create interfaces for the crud's for each of the tables in the database.
El objetivo de esta herramienta es crear aplicaciones al vuelo, generar interfaces tomando como origen una base de datos, haciendo que el desarrollador tenga una aplicación Web sin escribir una sola línea de código, esta inspirado en el Entity Framework y los sitios Web de datos dinámicos ambos de Microsoft.