X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=19725ee39ba65b49d0f4405708440755d0992c81;hp=979b130a1dee375fd9515b6a43b5852ba5540848;hb=26e731318112842b5a605bec2092ccae3369c5e4;hpb=4bd82c41837b80f57b4ca6a611a20d11d4830980 diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 979b130..19725ee 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -43,11 +43,11 @@ control. Catalyst! =back -If you're unfamiliar with MVC and design patterns, you may want to check out the -original book on the subject, I, by Gamma, Helm, Johson and -Vlissides, also known as the Gang of Four (GoF). You can also just google it. -Many, many web application frameworks are based on MVC, including all those -listed above. +If you're unfamiliar with MVC and design patterns, you may want to check +out the original book on the subject, I, by Gamma, +Helm, Johnson, and Vlissides, also known as the Gang of Four (GoF). You +can also just Google it. Many, many web application frameworks are +based on MVC, including all those listed above. =head3 Flexibility @@ -788,7 +788,7 @@ can always call an outside module that serves as your Model: But by using a Model that is part of your Catalyst application, you gain several things: you don't have to C each component, Catalyst will find and load it automatically at compile-time; you can C to -the module, which can only be done to Catalyst componenents; and only +the module, which can only be done to Catalyst components; and only Catalyst components can be fetched with C<$c-Ecomp('MyApp::M::SomeModel')>.