Autocrud For Php is a Database Tools script
Overall rating: (N/A)
|
The script AutoCRUD for PHP is a Database Tools script (web database applications).
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 that library also provides extra functionality.
It is able to automtaically handle relationships between tables, and it takes only one line to get related records from one table when selecting records from another table.
Furthermore, that library also makes it possible to use table prefixes, without having to change ONE line of your code. It also allows you to create talbe aliases, thereby creating "virtual tables".
Security is also important for that libray, thats why it has several utilities to prevent SQL injection, and all the native methods also automatically prevent SQL injection.
When using that library you will (almost) never have to write SQL yourself, and that library is a real time saver.
|
 Write a comment about the script AutoCRUD for PHP
|