[Catalyst] Slight ambiguity in intro
Sebastian Riedel
sri at oook.de
Thu Jul 7 13:25:01 CEST 2005
Am 07.07.2005 um 06:36 schrieb Joshua J. Kugler:
> From Manual::Intro, regarding begin, end, and auto:
>
>
>> You can define built-in private actions within your controllers as
>> well. The actions will override the ones in less-specific
>> controllers,
>> or your application class. In other words, for each of the three
>> built-in private actions, only one will be run in any request cycle.
>> Thus, if MyApp::C::Catalog::begin exists, it will be run in place of
>> MyApp::begin if you're in the catalog namespace, and
>> MyApp::C::Catalog::Order::begin would override this in turn.
>>
>
> That "only one will be run" part tripped me up a bit. I think it
> would
> be clearer if you said "only one *of each* will be run." The way
> it is
> right now sounds like out of all those controllers (auto, begin, end,
> etc) only one of those controllers will be run.
"for each of the three built-in private actions, only one will be
run in any request cycle" is pretty clear imo.
>
> BTW, how might one go about getting svn commit access? What is
> used for
> svn write? https? svn+ssh?
Actually only #catalyst regulars get commit access (we discuss most
changes before commit).
--
sebastian
More information about the Catalyst
mailing list