[symfony-users] NestedSet

2008-12-04 Thread Necho
Hi ! I have a problem with sfDoctrineTreePlugin...J.Phillip said me i had a problem with the NestedSetbut i don't know NestedSet and this configuration... So i have this error : Fatal error: Call to a member function setBaseQuery() on a non-object in C:\wamp\www\test_1\plugins\sfDoctrineTre

[symfony-users] NestedSet + HYDRATE_ARRAY_HIERARCHY

2010-08-16 Thread Palleas
Hello ! I'm aving trouble with rendering a tree using HYDRATE_ARRAY_HIERARCHY so it doesn't perform a lot of queries. Here is a snapshot of my table : http://cl.ly/e8fcdf2c805535cdde6d "Présentation" had one child named "sous-presentation", from my backend I moved it so it become a child of "Ense

[symfony-users] NestedSet admin generator

2010-11-27 Thread Dave
I have been struggling to generate a form which has fields to use the NestedSet behavior. I have my yaml schema defined like so Geography: actAs: NestedSet: Sluggable: unique: true name: friendly_url fields: [title,id] canUpdate: false columns: title: strin

[symfony-users] NestedSet doctrine behavior : hasChildren() and getChildren() disconnectedness

2010-02-02 Thread Romain Pouclet
Hi all, I'm using nested set doctrine behavior, and as I my previous issue I'm using a helper to render my tree, so here is how I use it : getLabel() ?> getNode()->hasChildren()) : ?> getNode()->getChildren()), sfOutputEscaper::unescape($path) ) ?> But today, I had a ver