#1438: YAML schema need relative path for 'generateFile' for templates.
---------------------------------------------+------------------------------
Reporter: nodkz | Owner: jwage
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Schema Files | Version: 1.0
Keywords: yml, templates generating files | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
---------------------------------------------+------------------------------
I cannot set in YAML schema relative path for '''generatePath'''.
Unfortunately in many cases absolute path is not acceptable.
{{{
Customer:
actAs:
Versionable:
versionColumn: version
generateFiles: true
generatePath: /test11111111 # <--- need relative path or PHP eval
expression
className: %CLASS%Version
auditLog: true
columns:
name: string(255)
}}}
--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1438>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---