Re: $uses doesn't work in Task "included" by another Task

2008-02-13 Thread Pablo Viojo
You should try using associations (hasMany, belongTo,...) Regards, -- Pablo Viojo [EMAIL PROTECTED] http://pviojo.net On Wed, Feb 13, 2008 at 6:44 PM, Viktor Nagy <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working on an application to analyse my installed applications > usage (it's based on p

$uses doesn't work in Task "included" by another Task

2008-02-13 Thread Viktor Nagy
Hi, I am working on an application to analyse my installed applications usage (it's based on popularity contest from debian). The script is command line. All the "modules" (tasks in cake) work fine when I test them separately, but they fail to work in a "real" situation. The problem is the follow