No 'bytes' huh? I bought a lot of books on symfony/doctrine, guess I'll look at those.
PS, DON'T use 'char(acter)' fields in a Doctrine/Postgresql combination. The fields stay zero padded and when a field gets edited, it ends up too long, even if the original version, unedited, is saved. Doctrine/Postgresql is not ready for prime time unless you want to work around the bugs. On Sep 21, 4:36 pm, Dennis <[email protected]> wrote: > If I have a table of 'users', with a table of 'addresses', and a table > of 'ramblings', how would I get either a combination of an address and > a user forms on a pabe, or a user and a rambling form on a page. Any > automatic way, like in the jobeet tutorial for single table/objects? --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
