PHP framework for a Line-of-Business application? (Lots of CRUD)
I'm on the way to port an old Java Swing-based application to PHP, and this application is very CRUD-intensive, with lots of tables and reports.
Application must be 开发者_StackOverflow中文版written in PHP (server already exists), and must be secure (no SQL injection or cross site scripting, etc).
And, I'm not an expert with PHP. Some years ago I wrote some simple websites, but I mainly develop desktop applications (Delphi, Java Swing or VB.NET).
So, which PHP framework can I use? Exists anyone that simplifies CRUD and reporting operation?
Thanks
Symfony's
Admin Generator
is great if you have lots of CRUD.
Definitely Agile Toolkit. It has many similarities with Java and .NET world and you would feel at-home and in a pleasant object-oriented environment. It manages CRUDs perfectly without any "generation".
精彩评论