|
Description: ADP is a set of PHP classes that facilitate the generation of a front-end to a database, based on HTML templates. ADP provides a way to describe and automatically handle common database operations (Create, Read, Update and Delete), with a minimum of programming. Users only need to have a working knowledge of SQL, and some basic experience with XML (although the examples are clear enough to get started). Alternatively, ADP could also be used as a prototyping tool for dynamic websites. Unfortunately, it's not suited yet for production environments, since the parsing process is too slow. When using this on a local machine, this won't be a problem. However, when using it for a high-traffic website, the response time will be too low.
|