Development

Changeset 12867

You must first sign up to be able to contribute.

Changeset 12867

Show
Ignore:
Timestamp:
11/10/08 09:36:15 (2 months ago)
Author:
fabien
Message:

[1.1] added autoload cache to CLI (closes #4882)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/task/sfBaseTask.class.php

    r12533 r12867  
    6464    } 
    6565 
    66     $autoloader = sfSimpleAutoload::getInstance(); 
     66    $autoloader = sfSimpleAutoload::getInstance(sfConfig::get('sf_cache_dir').'/project_autoload.cache'); 
    6767    foreach ($this->configuration->getModelDirs() as $dir) 
    6868    {