コード例 #1
0
ファイル: SfPeerBuilder.php プロジェクト: taryono/school
 protected function addSelectMethods(&$script)
 {
     parent::addSelectMethods($script);
     if ($this->getTable()->getAttribute('isI18N')) {
         $this->addDoSelectWithI18n($script);
     }
 }
コード例 #2
0
ファイル: SfPeerBuilder.php プロジェクト: ajith24/ajithworld
 protected function addSelectMethods(&$script)
 {
     parent::addSelectMethods($script);
     if ($this->getTable()->getAttribute('isI18N')) {
         $this->addDoSelectWithI18n($script);
         $this->addI18nMethods($script);
     }
     $this->addUniqueColumnNamesMethod($script);
 }