Hello!

Using symfony2 and doctrine I'm trying to build a graph (no loops) of 
referencing documents. I've properly built a self-related entity "Document",
so getting/setting closest parents and childs (each document can have any 
number of parents and/or childs) is not a problem. My question is: will it
be possible
(and how) to receive and populate ALL parents (ascendants) OR childs 
(descendants) of the particular document (node) in a tree, using pgsql's
"with recursive" construction and native sql?

-- 
rgrds,
Konrad Korzeniowski

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to