#1029: I18n: add an option to create a relation to lang
--------------------------+-------------------------------------------------
  Reporter:  masterzen    |       Owner:  jwage                
      Type:  enhancement  |      Status:  closed               
  Priority:  minor        |   Milestone:  1.1.0                
 Component:  I18n         |     Version:  0.11.0               
Resolution:  invalid      |    Keywords:  i18n behavior locale 
  Has_test:  0            |    Mystatus:  Pending Core Response
 Has_patch:  0            |  
--------------------------+-------------------------------------------------
Changes (by jwage):

  * status:  new => closed
  * resolution:  => invalid
  * has_patch:  => 0
  * mystatus:  => Pending Core Response
  * has_test:  => 0

Comment:

 You can do this yourself.

 {{{
 Language:
   columns:
     locale: string(5)
     name: string(32)
   relations:
     ElementTranslation:
       local: locale
       foreign: lang
       type: one
       foreignType: one
 }}}

-- 
Ticket URL: <http://trac.doctrine-project.org/ticket/1029#comment:2>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to