[Catalyst] Anyone with PHP / Smarty Background

Bill Moseley moseley at hank.org
Sun Dec 31 15:24:28 GMT 2006


On Sat, Dec 30, 2006 at 10:42:21PM -0800, Rhett Creighton wrote:
> Related question 2:  I'm writing modules for Catalyst App, that I'd like 
> to be accessible outside my Catalyst app.  Sure, I could just put the 
> modules in my site_perl directory, but are there preferred methods, to 
> keep the app bundled better?  I assume that's what these extraneous 
> directories I see may be trying to achieve?

I have modules in $App/lib that are used outside of the Catalyst
application.  That's where all my model modules are located, for
example.  Other programs that need access to the database, such as
cron jobs, use that directory to access the model code.

-- 
Bill Moseley
moseley at hank.org




More information about the Catalyst mailing list