Welcome Guest, Not a member yet? Register   Sign In
Doctrine Model one-to-many relationship
#3

[eluser]Unknown[/eluser]
I just had the same problem.

Here is my solution:

Check if your proxies folder exists, because doctrine will not create folders for you!
You will find the folder definition in Doctrine.php

My conf looks like this
Code:
$config->setProxyDir(APPPATH . 'models/Proxies');

So i created folder /models/Proxies and it all started to work.

Hope this helps


Messages In This Thread
Doctrine Model one-to-many relationship - by El Forum - 12-18-2010, 05:40 PM
Doctrine Model one-to-many relationship - by El Forum - 12-19-2010, 07:06 AM
Doctrine Model one-to-many relationship - by El Forum - 08-02-2012, 11:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB