I may have some gaps in my understanding how it works, but if its like this :
client -> apache -> php (brings together all the includes(...) etc..) -> php parses the complete page -> apache -> client
then I would like to know how to see the complete page before its parsed.
(Im studying cakephp, trying to get a handle on whats called when in what order)