コード例 #1
0
 /**
  * Call to reset table description cache
  *
  * @return null
  */
 public function resetTblDescCache()
 {
     self::$_aTblDescCache = array();
 }
コード例 #2
0
ファイル: oxdbTest.php プロジェクト: Crease29/oxideshop_ce
 public static function cleanTblCache()
 {
     oxDb::$_aTblDescCache = array();
 }