#1613: Missing "depth" option support in nestedset fetchBranch
-----------------------------------+----------------------------------------
Reporter: eXtreme | Owner: romanb
Type: defect | Status: new
Priority: major | Milestone: Unknown
Component: NestedSet | Version: 1.0.3
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 1
-----------------------------------+----------------------------------------
I'm wondering why fetchBranch() in NestedSet does not support "depth"
option. It seems to be planned, not finished.
{{{
Doctrine/Tree/NestedSet.php
//$depth = isset($options['depth']) ? $options['depth'] : null;
}}}
Commented-out line? Was it really hard to implement this feature? I don't
think so. I've prepared a patch to make this thing work using BETWEEN on
level column.
--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1613>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" 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.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---