Zend Framework / Doctrine Integration Headaches
After a few days of pulling my hair out, desperately trying to understand why in the world the Doctrine CLI would no longer generate anything but model classes, I came across this post from the doctrine-users mailing list that points to the ATTR_MODEL_LOADING constant causing issues with the cli component. The post recommends removing that attribute from the bootstrap and including it somewhere else. I’ve (sadly) moved the setAttribute() call to index.php temporarily until I can come up with a more elegant solution. If you have any thoughts, please leave a comment.
One Response to Zend Framework / Doctrine Integration Headaches
Leave a Reply Cancel reply
Categories
Developer Links
Film Links






Thank you! I too was pulling my hair out over this.
Now if I can just get this autoload thing to work…