Quantcast
Channel: [Catalyst] Resultset directory vs. Result?
Browsing all 3 articles
Browse latest View live

[Catalyst] Resultset directory vs. Result?

I was just wondering what the purpose of the Schema/Resultset directory is compared with Schema/Result? Seems that whatever I can so under Resultset I can also do under Result, so what are the...

View Article



[Catalyst] Resultset directory vs. Result?

Result describe _one_ row ResultSet describe one or more rows. so $c->model("DB::Whatever")->search({ name => "John" }) will return resultset (i.e. set of rows), and...

View Article

[Catalyst] Resultset directory vs. Result?

Are you using DBIx::Class, right? So, note that DBIC is a separate project and has its own ML (http://lists.scsys.co.uk/mailman/listinfo/dbix-class/). But, answering your question...read dbic docs and...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images