Hi guys,

I`m trying to implement a recursive menu for a schema similar to this:

propel:
  menu:
    _attributes: { phpName: Menu }
    id:
    menu_id:
    created_at:
    updated_at:
    position: integer
    caption: varchar(255)
    url: varchar(255)
  article:
    _attributes: { phpName: Article }
    id:
    menu_id:
    created_at:
    updated_at:
    caption: varchar(255)
    excerpt: longvarchar
    body: longvarchar



I can pull off a menu generator for it, but my question would be, how
do I build something intuitive for the admin backend? A more intuitive
way to manage the menu tree for that kind of a structure.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to