Ok, in dev enviroment Doctrine is working pretty well. When I deploy the application to my production server, I got an error to include Doctrine as dependency to other files.
require_once(Doctrine/ORM/Tools/Setup.php): failed to open stream: No such file or directory in <b>/home/nifes651/public_html/www.mydomain.com.br/main/app/ConnectionFactory.class.php</b> on line <b>6</b><br />
Why am I getting this error?
Thank you all!
The problem was solved moving the "Doctrine" folder above the "app" folder, and then the files are recognizing properly.
Thank you all for the help.