Para hacer funcionar el Zend framework, si lo que necesitas es setear el include path, puedes hacer esto.
Código PHP:
set_include_path('../library' . PATH_SEPARATOR . get_include_path());
este código está tomado del
Official ZF QuickStart
Saludos,
Cx