I'm no expert, but I'd say keep them all in one application, falling
under /admin, /search and /list. Could be alot of code-sharing stuff so
might as well keep together I'd think. Also, if in the future you ever
decide to extend the application with more modules, the basic framework
would be availa
On 9 Apr 2010, at 07:50, Amit Jha wrote:
Hi,
Can any body help me on finding out a best way:
I am planning to build an application on catalyst. I have 3
different module
1. Admin Utility.
2. Search Utility.
3. Index List Utility.
All modules have lots of jobs to perform.
Erm, that's fail
Hi,
Can any body help me on finding out a best way:
I am planning to build an application on catalyst. I have 3 different module
1. Admin Utility.
2. Search Utility.
3. Index List Utility.
All modules have lots of jobs to perform.
My question is to create a separate catalyst app for each and p