예제 #1
0
 protected function __construct()
 {
     $this->config = Configure::read('database');
 }
예제 #2
0
파일: Normal.php 프로젝트: hackyoung/leno
 public function encode($source)
 {
     $salt = Configure::read('salt') ?? self::getDefaultSalt();
 }