centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Fix translation adapter #21

Closed frenchcomp closed 7 years ago

frenchcomp commented 12 years ago

Translation_Model_Translate_Adapter_Array can not load the cache identify by "Translation_Model_Translate_Adapter_Array", because :

This patch migrate the cache recovery outer of the adapter's constructer in a public method, called by the helper ManageLanguageParam, after he found the local.

So, I a "getCache" on $this->_tagUidTable in the adapter when it checks if a translation uid is linked with a tag.

These patches have halved the number of my queries to my DBMS.