On 09/04/2009, Owen Winkler <[email protected]> wrote: > > I started a wiki page in my user space: > http://wiki.habariproject.org/en/User:ringmaster/Taxonomy > > What's missing?
I'm sure the lack of discussion here doesn't mean that no-one has any thoughts on this or that nothing is happening. I'll paste in a couple of things from the page and comment. Never having implemented MPTT, my feedback will be pretty light. Some might be pedantic :) > Vocabulary::feature_mask($hierarchical, $required, $multiple, $free) > Produce a BitMask for use with Vocabulary::add(). Convenience method. You don't have a Vocabulary::add() function. I assume you mean "for use with new Vocabulary()" ? > ->get_term($term) > Gets the term object for that string. No parameter returns the root Term > object. (?) You have a ?. This seems reasonable behaviour to me. > ->term > The term text. Gets converted to slug. > ->term_display > The term text, unconverted. Why not ->slug and ->term respectively ? -- Michael C. Harris, School of CS&IT, RMIT University http://twofishcreative.com/michael/blog IRC: michaeltwofish #habari --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
