> i try to understand how a rendered Zend_View (.phtml) is stored inside > the response object. is the external css from the .pthml file also saved > in the response object ?
No. It just pushes the output of the phtml file into the response object's body section. Your external CSS is stay external. Ádám
