- 1,251 categories
- 40,829 scripts
Updated: 06/14/2006
- The AutoCRUD for PHP library is a CRUD library, which handles most of the common tasks when using a database: insert, update, delete, select and get.
But this library also provides extra functionality. It is able to automatically handle relationships between tables, and it takes only one line to get related records from one table when selecting records from another table.
Furthermore, this library also makes it possible to use table prefixes, without having to change ONE line of your code. It also allows you to create table aliases, thereby creating &"virtual tables&".
Security is also important for this libray, that''s why it has several utilities to prevent SQL injection, and all the native methods also automatically prevent SQL injection.
When using this library you will (almost) never have to write SQL yourself, and this library is a real time saver.
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- Author