コード例 #1
0
ファイル: chartpage.php プロジェクト: kcallow/MatchMe
 /**
  * Get where clause for an active master-detail relationship
  * @return string
  */
 public function getMasterTableSQLClause()
 {
     if ($this->mode == CHART_DASHBOARD) {
         return "";
     }
     return parent::getMasterTableSQLClause();
 }