php require() from outside frameworks

Feed 2 posts, 1 voices

Avatar
19 posts

Hallo , i’ve a little problem integrating Zend_Framrwork on the 0.95 cms .

with the 0.94 i’ve use the zend_framework Email classes without any problem , but now i’m going mad.
If i use require() or require_once() the dispatcher crash . I can use only include , but in the methods of the framework the require is used allaround .
Have anyone faced this problem ?