[Dbix-class] DBIC equivalent to DBIx::OO::Tree?
Ian
dbix-class at iandocherty.com
Sat Jan 2 23:53:00 GMT 2010
Does anyone know why this is not on CPAN. Is this because it is not an
'approved' module which is allowed to go into the DBIx::Class namespace?
Also looking at the code it is only a basic implementation and much more
functionality could be implemented (I am volunteering) in that it only
implements the methods
parents (which I think really means ancestors)
parent
children (which I think really means descendants)
nodes (which returns all nodes in the tree)
I can do some work on this module and can contact the author, but what
would need to be done and who would I contact to get this into the
DBIx::Class namespace and onto CPAN?
Regards
Ian
Charlie Garrison wrote:
> Good afternoon,
>
> On 31/12/09 at 9:21 PM -0000, Ian <dbix-class at iandocherty.com> wrote:
>
>> Before I implement a 'nested sets' type of Tree structure for DBIC
>> does anyone know if it has already been done? The only CPAN module I
>> can find using this algorithm is DBIx::OO::Tree
>
> http://dev.catalyst.perl.org/repos/bast/DBIx-Class-Tree-NestedSet/
>
> I have been using that in an app for a while now, although my needs for
> a nested set aren't enough to have worked the code much. I added the
> ability to have multiple root sets (set where lft<>1) for my app. I
> can't recall whether I submitted any patches; and I don't believe I got
> a commit bit.
>
>
> Charlie
>
More information about the DBIx-Class
mailing list