catalyst
DBIx::Class virtual column?
I am building an app with a DBIx::Class (Loader) based ORM. Most of my database models have a \'name\' column. 开发者_如何学COne of my controllers searches all schema classes using primarily the \'nam[详细]
2023-02-15 09:44 分类:问答"su" Equivalent for Web Application Auth, Design Question
I develop and maintain a customer portal, written in Perl/Catalyst. We make use of the Catalyst authentication plugins (w/ an LDAP storage backend, coupled with a few deny_unless r开发者_如何学Goules[详细]
2023-02-13 12:20 分类:问答Catalyst dispatcher for arbitrary tree-structure
Greetings, I\'m new to Catalyst and I am attempting to implement some dispatch logic. My database has a table of items, each with a unique url_part field, and every item has a parent in the same tab[详细]
2023-02-12 04:41 分类:问答DBIx::Class infinite results
Before I describe the details, the problem is, I run a $c->model(\'ResultName\')->search({k=>v}) and when I loop on the results of it\'s has_many relation, there\'s only one in the database, yet it lo[详细]
2023-02-10 15:35 分类:问答How do I use a HTML filter in macro arguments in Template Toolkit?
I have something like this: [% query | html %] Now I would like to use it as [% MACRO l(text, args) BLOCK; c.localize(text, args); END; %][详细]
2023-02-07 21:03 分类:问答How do I prevent DBIx::Class::Schema::Loader from automatically adding InflateColumn::DateTime in Catalyst?
I am using Catalyst and DBIx::Class::Schema::Loader to create my model in Catalyst like so: script/my开发者_开发技巧app_create.pl model DB DBIC::Schema MyApp::Schema create=static overwrite_modificat[详细]
2023-02-07 10:48 分类:问答Getting compilation errors in Catalyst framework in Ubuntu
I am building an application on Catalyst framework and I am a complete novice at it. Yesterday I installed SQLite and since then I am getting error messages like:[详细]
2023-02-05 17:09 分类:问答What are the best practices for installing Catalyst and SQLite on Ubuntu?
I am not experienced in Perl and working on Ubuntu. I was working on Ubuntu 10.10. I installed the latest Catalyst version from the cat-install script and SQLite by sudo apt-get install sqlite. After[详细]
2023-02-05 05:50 分类:问答Is there any performance comparison between Perl web frameworks?
I have seen mentions (which sounded like unsubstantiated opinions, and dated ones at that) that Embperl is the fastest Perl web framework.[详细]
2023-02-04 11:55 分类:问答what hosts support Catalyst Framework Apps [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学JAVA Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-04 07:20 分类:问答