X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FFAQ.pod;h=25d7fcc05c176eb52d1af9b590618103386cb7ed;hb=f35d8959054e04af834ff015214ae76108aa5b19;hp=0194a579843db76acb82189f4b9a40e8f13d4eb9;hpb=8e40e7efd2ac07a1b3aae3dd0734320b03b7e9df;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/FAQ.pod b/lib/Catalyst/Manual/FAQ.pod index 0194a57..25d7fcc 100644 --- a/lib/Catalyst/Manual/FAQ.pod +++ b/lib/Catalyst/Manual/FAQ.pod @@ -4,13 +4,26 @@ Catalyst::Manual::FAQ - Frequently Asked Questions =head1 DESCRIPTION -Lalala... +Frequently Asked Questions -=head1 ANSWERS +=head2 How do I regenerate the helper scripts? -=head1 AUTHOR +Create a new app with the same name and copy scripts/ to app directory + +=head2 I have added tables to my DB - how to autogenerate the classes? + +Just run the _create.pl script again with the same parameters, it will ignore +the existing classes and create missing ones based on your DB layout. + +=head2 What is the difference between $c->forward and $c->response->redirect ? + +Forward will modify the flow control and neither reset the context object nor +end the request cycle while a redirect will. See L. + +=head1 AUTHORS Sebastian Riedel, C +Danijel Milicevic, C =head1 COPYRIGHT