コード例 #1
0
ファイル: AppController.php プロジェクト: hongtien510/giapha
 protected function url($options, $full = true)
 {
     if (!Configure::check('isLanguageByDomain')) {
         $options['language'] = $this->language;
     }
     return Router::url($options, $full);
 }