Today i firstly tryied to integrate Doctrine in Zend following this guide beberlei
my .zf.ini is such:
php.include_path = ".;C:\PEAR;D:\localhost\www\ZFDoctrine;D:\localhost\www\ZFDoctrine\library;D:\localhost\www"
basicloader.classes.0 = "ZFDoctrine_Tool_DoctrineProvider"
directory with ZFDoctrine is in D:\localhost\www
I think this error is caused by wrong include_path.. Or i even don't know, i'm noob in zend, can someone help me?
P.S. I googled a lot, and people are advising to comment includePaths.library = APPLICATION_PATH "/../library"
but it don't helps