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
PHP framework for web interface based on DB
Moderator: General Moderators
Re: PHP framework for web interface based on DB
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.
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
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
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
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.
-
annaharris
- Forum Commoner
- Posts: 30
- Joined: Mon Mar 25, 2013 6:52 am
Re: PHP framework for web interface based on DB
Symfony and Zend are two frameworks I recommend.