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!
1–10 of 11 posts
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!
or why not do what many PHP devs have, and learn Ruby, then use something like Rails.
how about symfony? or 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.