-
Following functions for FAQ-Module would be great:
- make "subareas" or categories via nestedSet
so i can order the faqs like:
1: seagull faq
1.1 why seagull
1.2 why pear
1.3 modules
1.3.1 why faq
1.…
-
```
This is a much often needed behavior for models.
This could be used as a reference when creating it:
http://api.cakephp.org/class/tree-behavior
Also to note:
http://www.yiiframework.com/extensio…
-
Hi dear Bazel folks,
My feature request is to add a possibility to apply a mapping function from F -> T onto a depset in order to lazily produce a depset of T from a depset of F. But of course I do…
-
Consider a scenario wherein there are two Apps which override a same doctype class using `override_doctype_class` hook inside the hooks file. According to what I have read and understood, the system s…
-
Hi, I had to do hack today to get depth scoping to work with descendants. For example if you want just the next 2 levels of children on a given node (because its a big tree and you just don't want _…
-
Copypasted from another issue:
The fix you provided makes impossibile to call parent relationship in toArray() or toJson() methods.... is there any official workaround for this?
Or at least it sho…
-
Should we reconsider doctrine behavior vendor?
https://github.com/KnpLabs/DoctrineBehaviors
========
- Last commit: 26 Nov 2016
- Last release: 30 Sept 2016 (11 releases)
- Open Issues: 66
…
-
I create a child under a parent but going
$node->parent_id = $parent.id;
$node->save();
but the _lft and _lrt columns remain null until in call Page::fixTree();
I shouldn't have to call this…
-
When i delete trashed items, it is deleting some items that aren't trashed and that aren't descendants of other trashed items.
(i ran ```Folder::fixTree();``` first and it returned zero)
```
Fold…
-
It's great that You use `trait` instead of main model class `extends`.
Is there other way to use own/custom `Collection`
than extending: `MyCollection extends Kalnoy\Nestedset\Collection as Coll…