On Mon, Dec 13, 2010 at 9:24 AM, piccard <[email protected]> wrote: > I'm very new to Catalyst, so at the moment I am playing around with some > things. I think I've got a very basic question: > I'm not sure how to pull out more complicated queries from the controller by > providing subroutines/accessors.
See the documentation related to the "connection_class" and "entry_class" configuration items. You can specify subclasses of Catalyst::Model::LDAP::Connection and Catalyst::Model::LDAP::Entry and use them exactly as you'd expect. k. -- kevin montuori _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
