Possible Duplicate:
Why use a framework with PHP?
I am a php developer and always writing my code from scratch, but I am hearing lot about these frameworks of php (CodeIgniter, CakePHP and others).
The main reason I am worried about is that using, will using frameworks help me in a long run?
Specifically what I am wondering about is: When working on a bigger project with a large infrastructure and a lot of content, is it wise to use a framework, or should the code be written by scratch?