[eluser]pickupman[/eluser]
[quote author="webPragmatist" date="1280994792"]So now for my next question...
Is it possible to "queue" a group... It seems like it's only possible to use the display('group') method which wouldn't queue the group for use with the normal display().
For example, I need to load a group called "tabs" to activate js tabs inside of a view. It would be helpful to just be able to call $this->carabiner->group('tabs').
I don't mind making the method "group()" just wondering if I am missing something.[/quote]
You can create the group in the config file just like the other predefined frameworks. Then call display('group').