Re: [Catalyst] Connect Catalyst app to MS SQL Server 2005

2009-05-27 Thread Johannes Plunien
Guy connect_info webtest AutoCommit 1 ... should do the trick. See also: http://search.cpan.org/dist/Catalyst-Model-DBIC-Schema/lib/Catalyst/Model/DBIC/Schema.pm#CONFIG_PARAMETERS Cheers, plu -- Johannes Plunien | mailto:p...@pqpq.de | http://www.pqpq.de/contact/ smime.p7s Descript

Re: [Catalyst] Where is the DAO equivalent?

2009-05-27 Thread Johannes Plunien
pq.de/mt/2009/05/catalyst-dbic-dao.html Cheers, plu -- Johannes Plunien | mailto:p...@pqpq.de | http://www.pqpq.de/contact/ smime.p7s Description: S/MIME cryptographic signature ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.

Re: [Catalyst] create search engine friendly uri from string

2008-12-15 Thread Johannes Plunien
s The Web Into Your IM And (Soon) SMS Inboxes "; $str =~ s/^\s+|\s+$//g; $str =~ s/\W/ /g; $str =~ s/\s{1,}/ /g; $str =~ s/\s/-/g; $str = lc($str); print "$str\n"; -- Johannes Plunien | mailto:p...@pqpq.de | http://www.pqpq.de/contact/ smime.p7s Description: S/MIME cry

Re: [Catalyst] getting database handles and run arbitrary SQL

2008-09-24 Thread Johannes Plunien
C and you got a schema called User) Kind regards, plu -- Johannes Plunien | mailto:[EMAIL PROTECTED] | http://www.pqpq.de/contact/ smime.p7s Description: S/MIME cryptographic signature ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys

Re: [Catalyst] transactions with DBIx::Class model

2008-08-02 Thread Johannes Plunien
l('FilmDB')- >schema->txn_do(...). # to access schema methods directly: $c->model('FilmDB')->schema->source(...); HTH, plu -- Johannes Plunien | mailto:[EMAIL PROTECTED] | http://www.pqpq.de smime.p7s Description: S/MIME cryptographic signature

Re: [Catalyst] Announce: Catalyst::Authentication::Credential::Authen::Simple

2008-06-30 Thread Johannes Plunien
Hi Jose, your credential module deprecates my idea writing Credential::LDAP. Your module is way more flexible and fits exactly my needs - so i want to thank you :) Kind regards, Johannes -- Johannes Plunien | mailto:[EMAIL PROTECTED] | http://www.pqpq.de On 28.06.2008, at 16:54, Jose

[Catalyst] Catalyst::Authentication::Credential::LDAP

2008-06-24 Thread Johannes Plunien
above all C::A::Credential::LDAP is useful? If that's the case i'll put it on CPAN - what do you think? Thanks for your time, plu -- Johannes Plunien | mailto:[EMAIL PROTECTED] | http://www.pqpq.de ___ List: Catalyst@lists.scs