#1527: Enable extra attributes in schema to pass through the parser
-----------------------------------+----------------------------------------
Reporter: Jeffrey04 | Owner: jwage
Type: enhancement | Status: new
Priority: minor | Milestone: 1.0.3
Component: Schema Files | Version: 1.0.2
Keywords: parser schema | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
I wish to have a column definition in my YaML file to be in this form
{{{
name:
type: string(255)
notnull: TRUE
unique: TRUE
element:
type: text
options:
label: 'Resource Name'
required: TRUE
}}}
however, it is giving me an exception saying that i shouldn't have the
element attribute in my column definition when I am trying to generate
model and table using the schema.
my php version
PHP 5.2.4-2ubuntu5.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul 23 2008
06:44:49)
my doctrine version
svn:externals of http://svn.doctrine-project.org/branches/1.0/
i am using doctrine with zend framework (doesn't really matter
here).......
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1527>
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
-~----------~----~----~----~------~----~------~--~---