NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
MVC Marathon (Score:1)
Dude! I just got done with the latest step of the MVC Marathon project: build a control to list results and CRUD. I was totally bummed out that Cat/DBIC had nothing like rails or cakephp or django.
CatalystX::CRUD is mostly RDBO unless you write a forms processer, and Enzyme is all CDBI.
I'm soooooo happy to see this post. I never looked at ListFramework because, well, it doesn't sound like CRUD at all. "List"?
I'll be getting this up and running tonight and working it into the next MVC post.
Re: (Score:1)
Ok, It's not what I thought it was. :-/
Is there any way to map this magic to an url, like /admin/? Also, when I tried using the latest Cat that now uses .conf instead of .yml, it dies about not seeing schema_class, even though I'm pointing it to the sample .yml file. After puttin the config in .conf, it then dies about not finding any templates.
I looked at just the ListFramework, but even that seems to need a fair amount of coding to get working...at in my situation which is comparing what rails/cake/django
Re:MVC Marathon (Score:1)
when I tried using the latest Cat that now uses .conf instead of .yml, it dies about not seeing schema_class
I found the error causing this - the interface to one of the Catalyst plugins has changed. I've just uploaded version 0.16 of LFB to the CPAN with a fix.
Reply to This
Parent