PHP framework is a library that makes the life of site developer easier by for example hiding some complexities of HTTP protocol or by adding some useful functions.
For example the CakePHP implements so called MVC which makes developer to think a level higher than HTTP. This is what I have learned so far.