Development

Changeset 12868

You must first sign up to be able to contribute.

Changeset 12868

Show
Ignore:
Timestamp:
11/10/08 09:45:53 (8 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/plugins/sfPropelPlugin/lib/task/sfPropelBaseTask.class.php

    r12594 r12868  
    3636      $libDir = dirname(__FILE__).'/..'; 
    3737 
    38       $autoloader = sfSimpleAutoload::getInstance(); 
     38      $autoloader = sfSimpleAutoload::getInstance(sfConfig::get('sf_cache_dir').'/project_autoload.cache'); 
    3939      $autoloader->addDirectory($libDir.'/vendor/creole'); 
    4040      $autoloader->addDirectory($libDir.'/vendor/propel'); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.