1
Good people took a system developed in PHP with mysql database running and passed me the task of creating user profiles or a tool for the system administrator to put what he wants the user to see, in java we have Spring security for this task, someone knows a pleasant solution.
I developed a project, I used the Codeigniter framework, and I did all the user validation, according to the modules you are allowed... Perhaps it would be a good strategy to use this framework.
– Sr. André Baill
Ola Xará this framework is procedural or OO
– André Martins
Object Oriented, very good and renders the Forms well...
– Sr. André Baill
It would be a system for which segment?
– Sr. André Baill
I believe that I would have to redo the whole system that would be very expensive is not?
– André Martins
It depends... but you can adapt the idea within the system that you already have... What is the segment of it?
– Sr. André Baill
Simple CMS for page creation and image placement on the pages of the site, but they intend to put more functionality in the future
– André Martins
Let’s go continue this discussion in chat.
– Sr. André Baill
Use Laravel 4 or 5 :). It’s arguably one of the best PHP frameworks today :)
– Wallace Maxters