Hello guys, What is your best PHP framework? I really have to find a decent framework for PHP. Any advice? Thanks
I use eclipse with a bunch of plugins to support PHP, but then I'm a Perl, Java and C programmer as well and this supports everything I need.
Assuming you actually mean a framework. Then Zend Framework is the best in my opinion. With Zend the company actually being one of the big parts of PHP I think it's going to be the one that comes out in the end as the most popular one.
I think that oftentimes, the best framework for a project, is no framework at all. It really depends on a lot of factors, if a code-base is already established, I would never consider forcing it into the paradigm of a framework. Implementing very simplified techniques found in frameworks is a sensible alternative in my opinion.