PHP contains an impressive number of functions and classes ready to use, to make the developer's job easier. But after developing a few applications, it appears that many repetitive tasks are not available directly in PHP, and that they need to be implemented.
Instead of implementing these tasks from scratch, you can use a framework, which is a layer on top of PHP. This framework will provide many classes and functions to simplify even more your job, and will handle some tasks that are needed regularly in PHP projects such as user management, transparent handling of databases with ORM, cache, model-view-controller system and much more.
These frameworks are usually easily extensible, in a way that you can reuse the additions you've made.
List and comparison of PHP frameworks
These frameworks being written in PHP, PHPEdit supports them all with minimal configuration (See How to configure your frameworks).
However, we have developed several customized support integrated in PHPEdit to maximize your efficiency, by offering for each of them an advanced integration, appropriated to each framework's specificities.
© 1999-2012. WaterProof SARL. All rights reserved. PHPEdit is a protected brand and property of WaterProof SARL.