On 4/19/07, Jonas B. Nielsen <[EMAIL PROTECTED]> wrote:
I don't know about the other stuff yet, but I do have an answer for this part:
Another question, which arose with the issue above was, what is the recommended layout of a namespace? as the one I use above or should RS go under DB the following way: FAIadmin/DB.pm FAIadmin/DB/*.pm FAIadmin/DB/RS/*.pm
In -current (and 0.07999_0x), there's a new way to load a schema that makes this stuff easier: "load_namespaces": http://search.cpan.org/~jrobinson/DBIx-Class-0.07999_02/lib/DBIx/Class/Schema.pm#load_namespaces As far as I remember, when I put that in it did load the resultset class for you too. -- Brandon _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
