From e57bec41af4485599fbaafbbc30f0a2e45960536 Mon Sep 17 00:00:00 2001 From: Mark Evans Date: Sat, 23 Apr 2011 11:35:59 -0700 Subject: [PATCH] Updated docs --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index e4d65bd..c536282 100644 --- a/README.textile +++ b/README.textile @@ -179,7 +179,7 @@ h3. Optional way to load jobs. - Requires (PHP 5 >= 5.1.3) && ReflectionClass - This is an alternative to manually importing the Job using App::import(). - The load function requires only that the first parameter be the name of the job to load. - - It assumes that the Job will be imported from /app/libs + - It assumes that the Job will be imported from /app/libs/jobs - You can pass it as many parameters as needed as they are simply passed through to your Job
ex: $loadStoreJob = $this->CakeDjjob->load('LoadStoreJob', $storeName, $storeHours, $storeEmployees, $storeManagers);