Ask HN: What PHP Framework should I use?
I'm building a healthcare tool -- about to land first client for a large amount of money. I wrote a bunch of code by hand in PHP with jQuery and Bootstrap. MySQL in the backend.
Most of the User Interface is scrolling through DataTables or looking at graphs (Google Charts API) based on the data.
I was looking at either CakePHP or CodeIgniter -- but I'm open to others.
What would HN recommend?
Thanks!
10 comments
[ 5.0 ms ] story [ 30.7 ms ] threador why not do what many PHP devs have, and learn Ruby, then use something like Rails.
A recent writeup (not by me).
Would not recommend CodeIgniter, last time (~1 year ago) I used it it was a pain to get a proper ORM working with it.
It is actually really well suited to integrating existing code/database (with component architecture and model/controller generators) and takes a lot of principles from the RoR way of doing MVC.