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 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