1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-10-13 08:39:26 +00:00
parent f3867dbf71
commit 6f5ae1c305

View File

@ -33,7 +33,8 @@
class Doctrine_Search
{
protected $_options = array('generateFiles' => false,
'className' => '%CLASS%Index');
'className' => '%CLASS%Index',
'generatePath' => false);
public function __construct(array $options)