takeshin, I believe the sql/ folder is supposed to house SQL that would run via the Doctrine CLI and this is exactly the same approach that you would use with the YAML files.
my 2 cents, j On Thu, Dec 3, 2009 at 4:38 PM, takeshin <[email protected]> wrote: > > Happily, Doctrine 1.2 has new additions which allows for easy integrating > with ZF models autoloader. > But that's not the point of this post. > > I'm just curious of standard directory tree when working with Doctrine > (as proposed for ZF application once). > > My previous setup was more or less like this: > /application/ > /application/models/ > /application/models/generated/ > /doctrine/ > /doctrine/migrations/ > /doctrine/schema/ > /doctrine/schema/sql > /bin/ > /bin/doctrine-cli.sh > > Now I use: > /application/ > /application/models/ > /application/models/Db/ > /data/cache/ > /data/log/ > > and I wonder where to put the other stuff. > > I agree that yml may go to /configs/ > but is this right place for sql's too? > Should't it be near to /scritps or /models ? > > -- > regards > takeshin > -- > View this message in context: > http://n4.nabble.com/Doctrine-default-directory-structure-tp947943p948015.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
