You should take a look at tisql branch:

http://svn.jifty.org/svn/jifty.org/Jifty-DBI/branches/tisql/doc/tisql/basics.pod

On Tue, Sep 2, 2008 at 5:07 AM, Kang-min Liu <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 2, 2008 at 6:56 AM, Jesse Vincent <[EMAIL PROTECTED]> wrote:
>> In the interest of encouraging more of a plugin culture, is there any
>> reason not to release this as
>> JiftyX::ModelHelpers on CPAN? (I think it's neat and you shouldn't
>> take my desire to pluginize more of jifty
>> as anything negative at all :)
>
> That's good, and JiftyX is a nice name too :) I'll definitely release
> this helper module under this name.
>
>>>
>>> You say:
>>>
>>> db("foo[id=1]")
>>>
>>> (I did'nt named it DBIx::jQuery for some reason but maybe I should
>>> have done that.)
>>
>> Ooh, that's kind of sick. I'd love to see how more complex code looks
>> with it.
>
> I had some thought about this like model relationship can be done like
> descendant selector:
>
> db("blogs#3 comments") # grab all comments that belongs to blog post with id=3
>
> Or some jQuery-ish set operation:
>
> db(...).each(sub { });
>
> --
> Cheers,
> Kang-min Liu
> _______________________________________________
> jifty-devel mailing list
> jifty-devel@lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
>



-- 
Best regards, Ruslan.
_______________________________________________
jifty-devel mailing list
jifty-devel@lists.jifty.org
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel

Reply via email to