コード例 #1
0
ファイル: tinify.php プロジェクト: Benichou34/tinify
 public function install()
 {
     if (!parent::install() || !FileCache::createDb() || !DirList::createDb()) {
         return false;
     }
     return true;
 }