As a PHP developer, a large majority of my time is spent developing internal administration screens to admin data in forms. I am looking for a framework that I can work with that I can quickly deploy these type of pages. Can anyone suggest a product that you have worked with the past? Thanks
You will probably find that CakePHP (http://www.cakephp.org/) best fits your needs, using a similar framework to Ruby on Rails. It certainly cuts down the time needed for creating basic Insert/Edit/Delete/View screens although can be a little less flexible when dealing with complicated relational database schemas.
Thanks, I have been looking into cake but wanted to ask what everyone here had to say. I am not so worried about complicated relational database schemas as I am complicated ajax and form interaction... If anyone has used Cake for what I am trying to do, let me know what you think....