PHP/MySQL的开源CRUD框架:CrudKit
nwbg
9年前
快速构建移动友好的界面用于搜索,创建和更新你数据库的数据。它类似于Django Admin for PHP。
特性
- 全AJAX界面,不需要JavaScript编码
- 易于使用API来进行配置
- Support for foreign-key table relationships experimental
- Input validation
- "Advanced Search" GUI
- More to come...
兼容性
- PHP 5.4+
- Supports MySQL, SQLite (PostgreSQL and SQL Server coming soon)
- No Framework/ORM Needed
- Support for MVC Frameworks like Laravel/CodeIgniter coming soon
- Full security against SQL Injection/CSRF/XSS
- Supports custom authentication (you will have to build authentication logic) coming soon