Implemented the capability to modify queries by the mean of a plugin (make it work with APC cache)

SVN:1.2[1842]
This commit is contained in:
Romain Quetiez
2012-02-06 10:54:35 +00:00
parent f9e7446e7b
commit c7aa00e81a
3 changed files with 46 additions and 7 deletions

View File

@@ -68,10 +68,6 @@ class DBObjectSearch
$this->m_aParentConditions = array();
$this->m_aModifierProperties = array();
foreach (MetaModel::EnumPlugins('iQueryModifier') as $sPluginClass => $oQueryModifier)
{
$this->m_aModifierProperties[$sPluginClass] = ApplicationContext::GetPluginProperties($sPluginClass);
}
}
public function AllowAllData() {$this->m_bAllowAllData = true;}