PHP framework for web interface based on DB

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
zipgem
Forum Newbie
Posts: 2
Joined: Wed Feb 08, 2012 2:51 am

PHP framework for web interface based on DB

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP framework for web interface based on DB

Post 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.
zipgem
Forum Newbie
Posts: 2
Joined: Wed Feb 08, 2012 2:51 am

Re: PHP framework for web interface based on DB

Post 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 8O .

Thank you for your response

Bye

Zipgem
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP framework for web interface based on DB

Post 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.
annaharris
Forum Commoner
Posts: 30
Joined: Mon Mar 25, 2013 6:52 am

Re: PHP framework for web interface based on DB

Post by annaharris »

Symfony and Zend are two frameworks I recommend.
Post Reply