Hi all I am trying to write a Propel behaviour to check before saving a new object if a row with identical values already exists. This should also work with i18n objects, so I need a good way to tell if a Propel object has i18n, without using the specific i18n accessors, which always contain the specific class names. To my amazement, my generated Base classes do not have anything like 'hasI18n()' or 'isI18n'.
Stefan -- You received this message because you are subscribed to the Google Groups "symfony users" 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.com/group/symfony-users?hl=.
