3 projects tagged "Brazilian Portuguese"
phpMyAdmin is a tool intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data, and administrate one single database and multiple MySQL servers.
Crudin is a mature system written in PHP that reads a MySQL database and dynamicly generates an interface with CRUD (Create,Read,Update and Delete) features. You can use it to save hours and hours of programming when you have to build a custom CMS system, extranet, or when you have to manage the content contained in a MySQL database. Crudin doesn't generate PHP files; it directly generates the interface. With a change in the database, the system automatically fits without any programming.