Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Merge commit 'e57bec4'
Browse files Browse the repository at this point in the history
  • Loading branch information
markalanevans committed Apr 23, 2011
2 parents bb1e652 + e57bec4 commit 0511351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -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
<pre><code>ex: $loadStoreJob = $this->CakeDjjob->load('LoadStoreJob', $storeName, $storeHours, $storeEmployees, $storeManagers);</code></pre>

Expand Down

0 comments on commit 0511351

Please sign in to comment.