Link to home
Start Free TrialLog in
Avatar of funvill
funvillFlag for Canada

asked on

PHP framework for admin interfaces

Hello

I am looking for a PHP framework to help me quickly create custom admin interfaces to databases.
Insert, Update, Edit, and Delete records.

The interface should be customizable (only show the users what they need)
I want to be able to validate the fields before they are inserted in to the database.
I want to use this framwork for Backends to customers websites,

Similar to Quickbase but I need to to be hosted on my own server.
I don't mind paying a one time fee but free is better. No monthly fees.
PHP and MySQL

Quickbase has a monthly fee
MyPHPadmin doesn't let you customize the interface enough.
Nether of them are frameworks...
SOLUTION
Avatar of chalia
chalia

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Loganathan Natarajan
I like CakePHP, it is really good one to try. I have used it for prototype prepartion,

http://www.sitepoint.com/article/application-development-cakephp/
http://www.developer.com/lang/php/article.php/3636686
Avatar of funvill

ASKER

Cake sounds like a good option.
I want t make sure its the right option for me,

What are some other PHP frameworks?
Is there a good write up about the differences between different frameworks
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of funvill

ASKER

Cake seems like the best suited to my needs.
Thanks