Page 1 of 1
PHP framework for web interface based on DB
Posted: Tue May 21, 2013 7:39 am
by zipgem
Hi everyone,
I would like to get an advice from you.
I have a MySQL database with some tables and I want to create a web interface on it.
In this web portal I want to manage:
* user (access, policy, log)
* security
* action log
* page based on DB (single table or retrieving data from more than one table)
* static page
Users can do CRUD actions.
Which PHP framework do you propose me? And why?
Thank you in advance at all.
Bye
Zipgem
Re: PHP framework for web interface based on DB
Posted: Tue May 21, 2013 12:53 pm
by requinix
The one you're most familiar with and/or understand the best and/or feel is more appropriate for you to work with. There is no "best framework", and to a certain degree they all offer more or less the same features.
Zend Framework isn't as popular as it used to be while Symfony and CakePHP are two other big-name frameworks. Spend some time with a few of them before making a decision.
Re: PHP framework for web interface based on DB
Posted: Wed May 22, 2013 12:39 am
by zipgem
Hi requinix,
why you propose me CakePHP or Symfony?
I have studied Yii Framework and it seems good.
But I'd like to know if there is another framework that I can use for the project described above.
In particular I am looking for a framework that help me to manage (in a good way

):
* user
* security
* DB and static page
Learn new tool is not a problem.
I have also the possibility to create the portal from a scratch, but I don't want to reinvent the wheel

.
Thank you for your response
Bye
Zipgem
Re: PHP framework for web interface based on DB
Posted: Wed May 22, 2013 2:18 am
by requinix
I'm not telling you to use any one. I just listed the three names that came to mind. You like Yii? Then go for it.
Re: PHP framework for web interface based on DB
Posted: Fri May 31, 2013 6:10 am
by annaharris
Symfony and Zend are two frameworks I recommend.